This content has been marked as final.
Show 2 replies
-
1. Re: New Session Id generated on every AJAX call when SSL is
cybershastri Jan 9, 2008 2:20 PM (in response to cybershastri)Can somebody help!!
-
2. Re: New Session Id generated on every AJAX call when SSL is
soshah Jan 9, 2008 6:00 PM (in response to cybershastri)cybershastri-
try comparing your ajax payload between http mode and https mode.
You are bound to see some difference in how the jsessionid session cookie is being handled in each case.
You can use Http Live Headers plugin of FireFox or wireshark as a tool for this.
I am wondering if your main page is in https mode, but the ajax requests are being made in http mode? However, this does not seem likely from your code pasting since looks like you are using relative links.
Anyways, see what you find out by inspecting the ajax traffic in each mode
Thanks