[jboss-user] [JBoss Portal] - Re: New Session Id generated on every AJAX call when SSL is
sohil.shah@jboss.com
do-not-reply at jboss.com
Wed Jan 9 18:00:44 EST 2008
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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118452#4118452
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118452
More information about the jboss-user
mailing list