03-09-2011 02:37 PM
I am validating user information accessing a webservice from blaberry application, now I want to keep the session information and let or not the user to continue using the app and accessing others web service. How can I manage this issue?
03-09-2011 04:06 PM
What step in this process are you needing help?
03-09-2011 04:15 PM
I need a tool for session management.
03-09-2011 05:17 PM
If you are making the connection via BIS or BES, the session is managed for you.
If you are using some other "direct" transport, you'll have to manage the session yourself by collecting the "SetCookie" header value and returning in in youtr "Cookie" header.
Please search the forum - this is the 2nd time this quesiton has been asked today.