2011/7/15 Mathan Karthik <mathankarthi...@manageengine.com>:
> Hi Guys,
>
> I have JSESSIONIDSSO cookie related problem.
>
> Currently I'm running two web applications in the same machine, but using two 
> different tomcat servers. Both the applications has the same context path, 
> but port numbers are different.
>
> I've enabled single sign on feature in in one of the tomcat's application. It 
> is using JSESSIONIDSSO cookie for this feature.
>
>
> If i logged into one of the application, another one get logged out. It 
> happens due to same JSESSIONIDSSO cookie name. To avoid this issue, i want to 
> change JSESSIONIDSSO cookie name in one of the application. So i can avoid 
> this name conflict.
>
> I know, i can change JSESSIONID name. Is it possible to change JSESSIONIDSSO 
> name? Any other way to solve this problem?
>

1. Install Tomcat 7.
2. Read documentation: Configuration reference for Context element
3. Configure your webapp.
4. If you have further questions - ask them on users@ list.  They are
offtopic on dev@.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to