Re: Cross Context Session in Tomact

2008-10-07 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej, Bajolek, Maciej wrote: Basically the problem is: how can webAppA share the session object with webAppB. Both apps are deployed within the same instance of Tomact. The servlet specification (section 7.3) specifie

Re: Cross Context Session in Tomact

2008-10-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej, Bajolek, Maciej wrote: > Basically the problem is: how can webAppA share the session object with > webAppB. Both apps are deployed within the same instance of Tomact. The servlet specification (section 7.3) specifies that session scope is lim

Cross Context Session in Tomact

2008-09-30 Thread Bajolek, Maciej
Hi, I know this problem was raised million times but so far I haven't found any good solution for that. Basically the problem is: how can webAppA share the session object with webAppB. Both apps are deployed within the same instance of Tomact. A simple example of how I want it to work is: