Is it possible to configure Tomcat to use a single session cookie for
all web contexts? Right now I only have a single context in a
subdirectory and it is sending the session cookie with that subdirectory
at the front. I would also like the session data shared.

I see that the cookie is being sent in SessionInterceptor, do I need to
write my own?

Thanks
dave


-- 
Dave Weis

Reply via email to