Author
Getting session info based on Session Id
Manas Ahlaad
Ranch Hand
Joined: Nov 07, 2001
Posts: 165
If I know one session id at the server , can I get the session ?
Manas<br />Today If You are not Confused,You are just not thinking Clearly !<br />---------------------------------
Manjunath Subramanian
Ranch Hand
Joined: Jul 18, 2001
Posts: 236
The only way you can get a session id is through a session object. i,e by calling getId(). Can you elaborate on what you are asking? Manjunath
Manohar Karamballi
Ranch Hand
Joined: Jul 17, 2001
Posts: 227
posted May 07, 2002 04:45:00
0
Hai If you are using persistent sessions u can get session using sessionId. Rgds Manohar
Manas Ahlaad
Ranch Hand
Joined: Nov 07, 2001
Posts: 165
I meant to ask ,if I somehow got session id of one web site , can I recreate session on my machine?
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
No u cannot.
Originally posted by manas ahlaad: I meant to ask ,if I somehow got session id of one web site , can I recreate session on my machine?
Groovy
subject: Getting session info based on Session Id