Hi, I've set up ssl for the first time and had it working fine withregard to
HTML. But seemed to have some problems when using it with servlets. For
instance in index.html where u enter uid and pw, should the form action be
"https://host.com/servlet/Login"  ?
Then when I authenticate the user and create a session in login servlet,I
want to do a redirect to the home page (home.jsp). But I can not give
relative path for home.jsp, right? Because then that request would also go
thru https. So I need to give full path -
res.sendRedirect("http://host.com/home.jsp");
However home.jsp then can not find the session. What am I doing wrong? Thanks

___________________________________________________________________________
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