[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How to share session across subdomain
manishrathii
do-not-reply at jboss.com
Fri Mar 28 08:27:01 EDT 2008
Hi Guys,
I had a problem where I wanted to share session state between http and https pages (example between http://www.mysite.com and https://secure.mysite.com). Naturally, in this case, the webserver will give you a different session id because the session id is bound to the domain.
How can I share the session across different subdomain or all child domains ?
Is there way to set cookie domain in jboss
I am using jboss 4.0.3 version
Any help will be highly appreciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139643#4139643
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139643
More information about the jboss-user
mailing list