session sharing across webapps

2003-12-08 Thread Kumar, Sumit
Sorry, I posted the message earlier with a wrong subject. Is it possible to put an object in session of another webapp, like I am in context of webapp1 and I want to put an UserInfo object in session of webapp2. Can I even access session of webapp2 from webapp1. Both are deployed under Tomcat4.1.

RE: session sharing across webapps

2003-12-08 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 3:42 PM To: 'Tomcat Users List' Subject: session sharing across webapps Sorry, I posted the message earlier with a wrong subject. Is it possible to put an object in session of another webapp, like I am in context of webapp1 and I want to put