Hi all,
Environment IIS 4.0 JRun 2.3.3(build 157).
This is the scenario:
I open a HttpSession when user connects and I store data he/she chooses in
different forms in the session.
I open https connection to IIS but trying to get the session ID failed -
request.getSession(false) returns null - so I cannot retrieve previously
stored data.
I understand that establishing a session with request.getSession(true) will
set a cookie with the session ID on the user browser and consequently I
cannot retrieve that cookie under SSL.
How can I get the ID ?
I found a work around using hidden field for session ID and
HttpSessionContext.getSession(ID) as I know I'm dealing with only
one  SessionContext, but I would like to do it in the right way.
Any help appreciated.

AL

___________________________________________________________________________
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