Changing session-cookie(JSESSIONID) name in tomat

2004-08-23 Thread Dineshram Villuri
Hi, Is there a way we can change JSESSIONID name? I mean can we have a different cookie name to store sessionid? If yes how I can configure it in tomcat. I have two applications running on different tomcats in the same physical box. Both applications use the same authentication mechanism

RE: Changing session-cookie(JSESSIONID) name in tomat

2004-08-23 Thread Shapira, Yoav
Hi, No, this name is mandated by the Servlet Specification. Yoav Shapira Millennium Research Informatics -Original Message- From: Dineshram Villuri [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 12:27 PM To: [EMAIL PROTECTED] Subject: Changing session-cookie(JSESSIONID) name

Re: Changing session-cookie(JSESSIONID) name in tomat

2004-08-23 Thread Ronald Klop
Use grep JSESSIONID * and build your own Tomcat. Ronald. On Mon Aug 23 18:26:55 CEST 2004 Dineshram Villuri [EMAIL PROTECTED] wrote: Hi, Is there a way we can change JSESSIONID name? I mean can we have a different cookie name to store sessionid? If yes how I can configure it in tomcat. I have two

Re: Changing session-cookie(JSESSIONID) name in tomat

2004-08-23 Thread Endre Stølsvik
On Mon, 23 Aug 2004, Dineshram Villuri wrote: | I have two applications running on different tomcats in the same physical | box. Both applications use the same authentication mechanism (wherein when 2 | users are logged in with the same username the earlier one is kicked | out/logged off). At any