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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...