Re: Modifying session cookie properties

2009-11-12 Thread Vijay Narayanan
A1 > > Vijay, > > On 11/12/2009 1:24 PM, Vijay Narayanan wrote: > > However, I am not able to figure out how to set the domain name to a > custom > > value (e.g. .mycompany.com). > > A quick look through the 6.0.20 source code seems to indicate that > Tomcat does

Modifying session cookie properties

2009-11-12 Thread Vijay Narayanan
Hi, I am using Tomcat 6.0.20 and JDK 1.6. I am trying to find out if there is a way to set cookie domain (to .mycompany.com) and cookie parameter name (from jsessionid to abcjsessionid). I created a setenv.bat with the following line to set the system property for changing session cookie name (bas