Re: setting the domain of the jsession COOKIE

2005-10-17 Thread Alain Gaeremynck
I read somewhere in the release notes of tomacat 5.5 that itès possible to do that. You can always do it programaticaly by reading the cookie and re - seting it Iratxe Etxeberria Sainz-Ezquerra wrote: Thanks very much!! :-( Iratxe - Iratxe

Re: setting the domain of the jsession COOKIE

2005-10-17 Thread Iratxe Etxeberria Sainz-Ezquerra
Thanks very much!! :-( Iratxe - Iratxe Etxebarria Sainz-Ezkerra Soporte Web External Global Services Tfno: 946 584 773 / 628 717 375 >>> [EMAIL PROTECTED] 10/17 1:42 >>> There is no way to do that. -Tim Iratxe Etxeberria Sainz-Ezquerra wro

Re: setting the domain of the jsession COOKIE

2005-10-17 Thread Enrique Rodriguez
I'm not very sure, but maybe URL rewriting could help you. By this way your aplication will run without cookies but... you have to change all your links and forms :-( Regards, Enrique. El lun, 17-10-2005 a las 07:42 -0400, Tim Funk escribió: > There is no way to do that. > > -Tim > > Iratxe

Re: setting the domain of the jsession COOKIE

2005-10-17 Thread Tim Funk
There is no way to do that. -Tim Iratxe Etxeberria Sainz-Ezquerra wrote: Hello! I am using tomcat 5.0.28, and I am searching for a way to set the domain of the session cookie. I need to set the cookie domain to .mydomain.com and not to www.mydomain.com. I have been looking for it in many

setting the domain of the jsession COOKIE

2005-10-17 Thread Iratxe Etxeberria Sainz-Ezquerra
Hello! I am using tomcat 5.0.28, and I am searching for a way to set the domain of the session cookie. I need to set the cookie domain to .mydomain.com and not to www.mydomain.com. I have been looking for it in many sites and books, but I don t find the way to do it. Can anyone help me? Th