Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
anicangu
Posts: 94
Registered: 01-13-2011

Login app

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?

Please use plain text.
Developer
jprofitt
Posts: 604
Registered: 12-27-2010

Re: Login app

What step in this process are you needing help?

Please use plain text.
Developer
anicangu
Posts: 94
Registered: 01-13-2011

Re: Login app

I need a tool for session management.

Please use plain text.
Developer
RexDoug
Posts: 4,649
Registered: 07-21-2008

Re: Login app

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.

 

 

Please use plain text.