2. For Tomcat 6 read "Context" chapter in the configuration reference, for Tomcat 7 download and read the Servlet 3.0 specification. Both allow to configure session cookie names, but the way to configure it differs between Tomcat versions. 1. Do not top-post
2011/10/17 Peter Cipov <pci...@kerio.com>: > Can you be more specific please ? > > Dne Mon, 17 Oct 2011 12:00:18 +0200 Mark Thomas <ma...@apache.org> > napsal(a): > >> On 17/10/2011 10:31, Peter Cipov wrote: >>> >>> Hello, >>> I would like to use multiple session cookie names in tomcat and tomcat >>> chooses http attribute. >>> For example: SESSION_APP_CLIENT - for fronted application >>> SESSION_APP_ADMIN - for admin part >>> >>> I would like to have separate sessions for security reasons and for >>> possibility to have opened tab per application module in browser (one >>> for user, and one for admin) with separate sessions. >>> >>> I have an application deployed on root level and I am using tomcat 7. >>> >>> In current state, tomcat uses standard JSESSIONID or string value >>> defined context.xml >>> >>> It is there a way to accomplish this? >> >> Yes. Read the servlet 3 spec and/or the Context configuration docs. >> >> Mark >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: users-h...@tomcat.apache.org >> >> > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org