This content has been marked as final.
Show 3 replies
-
1. Re: session getting changed while switching between HTTPS an
erasmomarciano Aug 11, 2008 8:07 AM (in response to deepakgupta_721)Hi
Try to pass the SessionID created on HTTP side to the HTTPS side by url parameter.
Something like:
Location: https://yoursite/?JSESSIONID=hyhgatgedrafgtegshtgefarfgtrfajkloiu7uhygtfr4
HTH -
2. Re: session getting changed while switching between HTTPS an
deepakgupta_721 Aug 12, 2008 12:21 AM (in response to deepakgupta_721)Hi,
Thanks for the reply but its not working one of the reason might be Session id are getting maintained by JSESSIONID Cookie instead of URL re-writing. Dow apache has any role to play in this. In development environment i have apache in front of one JBOSS but in production apache will act as a load balancer. Please help.
Thanks and Regards
Deepak -
3. Re: session getting changed while switching between HTTPS an
jinson Mar 17, 2009 11:39 AM (in response to deepakgupta_721)If you had resolved this issue, could you please update how you fixed it. I am also facing the same issue.
Thanks in Advance