You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Rex Madden <re...@yahoo.com> on 2003/04/24 05:01:31 UTC

cookieless browsing: http to https

Hi,
 
When I'm browsing my site with cookies turned off, there's always a
jsessionid appended to the URL, as it should be.  All of the links
generated using the TemplateLink tool also append the id.  But if I try
to generate an https link, the jsessionid is no longer there, which
causes all sorts of problems.  Is this normal?  How can I get the http
and https links to share sessionid's?
 
Thanks,
Rex 

Re: cookieless browsing: http to https

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
"Rex Madden" <re...@yahoo.com> writes:

>Hi,
> 
>When I'm browsing my site with cookies turned off, there's always a
>jsessionid appended to the URL, as it should be.  All of the links
>generated using the TemplateLink tool also append the id.  But if I try
>to generate an https link, the jsessionid is no longer there, which
>causes all sorts of problems.  Is this normal?  How can I get the http
>and https links to share sessionid's?

Hi,

the jsession id is attached by your servlet container. It is beyond
the scope of the servlet running in the container. Please check with
your container docs how to share these. It is necessary, that your
container sees the https and the http session as one session instance.

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org