This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: share session between multiple web apps?nlmarco Aug 14, 2004 10:46 AM (in response to nlmarco)...if it is not possible to share a session between multiple webapps. Is it possible somehow to replace the used session class by an own inheritent of HttpSession? If so, how??? 
- 
        2. Re: share session between multiple web apps?komone Aug 15, 2004 6:19 PM (in response to nlmarco)"nl_marco" wrote: 
 Unfortunately, it seems, every war has an own session.
 Yeah that sucks. After days of trying to get Tomcat to do "remember me"...and keeping it across a number of wars, I ended up implementing my own session plus cookie token...
 ...if there's a better way, I'd love to hear it.
 /k1
- 
        3. Re: share session between multiple web apps?anil.saldhana Aug 15, 2004 7:49 PM (in response to nlmarco)http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Single%20Sign%20On 
 Will do Single Sign On across Web Apps.
 But each webapp (war) has its own session.
 
     
    