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

Reply via email to