What you need to do is put the session id on the URL (URL rewriting). Look
in your servlet container documentation for the correct key. For JRun, it is
jsessionid. ServletExec -> ssessionid. While the ServletContext class had a
method to get a session given a session id, I believe this functionality was
deemed a security hole, and the method deprecated.

-----Original Message-----
From: Jake Brain [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 12, 2000 12:21 PM
To: [EMAIL PROTECTED]
Subject: getting a session from a string


Anyone know of a way to get an http session by passsing a string holding the
session id?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to