On Mon, 4 Nov 2002, Marc Guillemot wrote: > 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?
Check the list archives, this has been discussed before. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
