> From: Brian Burridge [mailto:[EMAIL PROTECTED]]
>
> Does anyone know how to pull the session id that the JSP
> servlet engine is using in the cookie to track the session?
Use the getRequestedSessionID method in HttpServletRequest.
http://java.sun.com/products/servlet/2.1/api/javax.servlet.http.HttpServletR
equest.html
-Sean
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".