Re: HTTP/HTTPS sessions

2009-05-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vikrant, On 5/27/2009 12:48 AM, Jain, Vikrant wrote: > In my application HttpSession is getting created on a SSL Login page, > subsequently it redirects to HTTP page, but the HTTPS session is lost. > > How do I maintain the same HttpSession across th

HTTP/HTTPS sessions

2009-05-26 Thread Jain, Vikrant
Hi, In my application HttpSession is getting created on a SSL Login page, subsequently it redirects to HTTP page, but the HTTPS session is lost. How do I maintain the same HttpSession across the HTTP and HTTPS Urls? I need to use HTTPS for several Urls, so the problem is not restricted t