To share a session between http and https I've tryed to add the JSESSIONID
to the url:

<a
href="https://localhost:8443/testhttps/page2.jsp?JSESSIONID=<%=request.getSe
ssion().getId()%>">to https</a>

but this doesn't work in Mozilla or Opera for instance: a new session is
created (in IE cookies are shared between http and https).

Any idea?

Marc.





--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to