Session lost on switch from HTTPS to HTTP via JavaScript location replace

2004-08-28 Thread Tim Waldner
Hello, I have a problem with Tomcat 5.0.26 where I need to use JavaScript to set the page location (document.location.href) in order to trigger a page reload. The session gets lost when the protocol changes from HTTP to HTTPS due to the secure setting in the session cookie. I seems Tomcat will

Re: Session lost on switch from HTTPS to HTTP via JavaScript location replace

2004-08-28 Thread QM
On Sat, Aug 28, 2004 at 12:53:15PM -0700, Tim Waldner wrote: : The session gets lost when the protocol changes from HTTP to HTTPS : due to the secure setting in the session cookie. : [snip] : Is there any way to control this behavior in the configuration? I would : like to configure all session