get session by session id

C

Clement

I need to retrive user session by session id. Any help is much
appreciated. Thank you.
 
D

Dan Brussee

I need to retrive user session by session id. Any help is much
appreciated. Thank you.

Confusing. Session ID is just an attribute of the session. Personally,
I have stored this ID in a table for lookup to determine who is
currently logged into a system, but that's about it. Can you describe
your needs a bit more?
 
C

Clement Mai

I have a flash application that connects to the server by flash
remoting. In each flash remoting service call, I am passing back the
sessionid to the server, compare it to the session id stored in database
and determine that the session is not expired. I then retrieve session
by sessionid, and use the session information for rendering. A such
method is available in java, HttpContext.getSession(sessionid).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top