Not sure these two http 8080 and https 8443 are using the same container. If
they are not, then, the session cannot be shared.
Also, depending on what is stored in the session and what it
is used for, there might be alternatives to solve the problem.

----- Original Message -----
From: "Chanel Tien" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 12, 2002 12:22 PM
Subject: Problem with user http session


>Hi,
>
>I am having difficulty in solving a problem with user http session.
>In theory, the login submit servlet will create a session to store
>the newly logged in user information, and the redirected Home servlet
>should be able to read the user session information.  This works, if
>the login servlet and the Home servlet both have the same root url
>(ie http://localhost:8080 ...).  But it does not work, if from the Home
>servlet I redirect to the secure Login servlet (ie
>https://localhost:8443 ...).
>And the from the secure Login I redirect back to the normal Home
>servlet (ie http://localhost:8080/ingui/Home); in this case, the session
>
>does not contain the info I stored from the LoginSubmit servlet.
>
>
>Regards,
>
>
>
>-chanel
>
>___________________________________________________________________________
>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
>

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com

___________________________________________________________________________
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