Re: sessionCookieDomain and sessionCookiePath

2011-11-11 Thread Ionut Stoian
-- Forwarded message -- From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Date: Thu, 10 Nov 2011 09:28:15 + Subject: Re: sessionCookieDomain and sessionCookiePath On 10/11/2011 08:39, Ionut Stoian wrote: Hello, I have an application serving several

Re: sessionCookieDomain and sessionCookiePath

2011-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ionut, On 11/11/11 12:11 AM, Ionut Stoian wrote: context.xml Seriously, please don't top-post. On Thu, Nov 10, 2011 at 7:05 PM, Pid * p...@pidster.com wrote: On 10 Nov 2011, at 13:06, Ionut Stoian isto...@tremend.ro wrote: Where did you set

Re: sessionCookieDomain and sessionCookiePath

2011-11-10 Thread Ionut Stoian
Hello, I have an application serving several subdomains (a1.domain.com, a2.domain.com etc.) and i want to be able to have a single session cookie shared between subdomains (registered on domain .domain.com). However, when using Tomcat's sessionCookieDomain (tried on versions 6.0.33, 7.0.22) i

Re: sessionCookieDomain and sessionCookiePath

2011-11-10 Thread Pid
it at all, i get a JSESSIONID cookie with domain .domain.com and a JSESSIONID cookie with domain a1.domain.com, which is not what i expect. Why would you set it to '\' or anything that starts with '\'? sessionCookieDomain, sessionCookiePath are Servlet 3.0 (ie Tomcat 7.0) configuration directives

Re: Re: sessionCookieDomain and sessionCookiePath

2011-11-10 Thread Ionut Stoian
: sessionCookieDomain and sessionCookiePath On 10/11/2011 08:39, Ionut Stoian wrote: Hello, I have an application serving several subdomains (a1.domain.com, a2.domain.com etc.) and i want to be able to have a single session cookie shared between subdomains (registered on domain .domain.com

Re: sessionCookieDomain and sessionCookiePath

2011-11-10 Thread Pid *
@tomcat.apache.org Date: Thu, 10 Nov 2011 09:28:15 + Subject: Re: sessionCookieDomain and sessionCookiePath On 10/11/2011 08:39, Ionut Stoian wrote: Hello, I have an application serving several subdomains (a1.domain.com, a2.domain.com etc.) and i want to be able to have a single session