Yes, details: http://www.fwd.at/tomcat/sharing-session-data-howto.html
(of course it's a workaround, but it works great with some restrictions regarding session serialization and clustering as I use a Context to store the shared session data; using a global cookie at root you can share one sessionid with other contexts). Johannes Tim Funk <[EMAIL PROTECTED]> 08.07.2003 13:21 Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To Tomcat Users List <[EMAIL PROTECTED]> cc Subject Re: cookie based session sharing among web apps No - it breaks the servlet spec. Sessions are scoped to their own webapp. -Tim Harris Cotton wrote: > I am keen on having two web applications be able to share sessions. > Currently, tomcat creates and maintains a session for each web > application for a client. Moving the session id to the url is an > option, but one I hope to avoid because of the refactoring it would > generate in my applications jsps. > > In essence, I want tomcat to use "/" as the url path in the JSESSIONID > cookie, and use this session id in all web applications the tomcat > server hosts. > > Can this be accomplished solely with configuration? > > Thank You > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
