0 Replies Latest reply on Mar 28, 2008 8:26 AM by manishrathii

    How to share session across subdomain

    manishrathii

      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.