Re: Retrieving session by the ID

2003-07-01 Thread Tim Funk
You can get your sessionid by looking at the methods contained in the HttpServletRequest class. -Tim Simha, Kailas wrote: How can I load the session, retrieving it from a db upon request by the client? Thanks, Kailas - To

RE: Retrieving session by the ID

2003-07-01 Thread Angus Mezick
in the manager. Ugh. All this mess because the manager don't manage ALL aspects of its sessions (the façade for example). -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 4:51 PM To: Tomcat Users List Subject: Re: Retrieving session by the ID

RE: Retrieving session by the ID

2003-07-01 Thread Simha, Kailas
: Retrieving session by the ID You can get your sessionid by looking at the methods contained in the HttpServletRequest class. -Tim Simha, Kailas wrote: How can I load the session, retrieving it from a db upon request by the client? Thanks, Kailas

RE: Retrieving session by the ID

2003-07-01 Thread Angus Mezick
[mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 5:01 PM To: 'Tomcat Users List' Subject: RE: Retrieving session by the ID Tim, Thanks. I should have clarified this earlier. But here is the exact scenario: 1. The session is created by JVM1, which crashes later. The session