Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to Manage User session in RCP application
How to Manage User session in RCP application [message #453566] Wed, 02 August 2006 21:37
Eclipse UserFriend
Originally posted by: vedgunjan.yahoo.com

Hi Experts
I'm presently working on a project which has both RCP and the web UI.

This is the flow of the application:
User run the web client,user key-in userId and password and click submit.
at the server-side i check whether userId, password is valid then I put a
token("validUser") in the session object to maintain the session
management.
-----
session.put("validUser",user)
-----

Once the User gets inside, the user can launch the RCP.

My requirment is:
How can I maintain session Management in RCP. i want to have that token in
the RCP also so that when the user fries any server side call from the RCP
i can validate it against the token that i have put in the session.

Please advice me as to wht procedure i should follow.

Waiting with great expectations.

Thanks
Ved
Previous Topic:Adding Folders And Files Inside A folder in A Rcp VIew Having Table And TreeView
Next Topic:How to use multi tableviewers as SelectionProvider?
Goto Forum:
  


Current Time: Mon Oct 14 21:40:30 GMT 2024

Powered by FUDForum. Page generated in 0.03628 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top