Re: Cookie expiry date...

2006-11-13 Thread Dave Roberts
m_Logger.debug("Completed doFilter on the CookieExpiryFilter"); } From: "David Rees" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: Cookie expiry date... Date: Mon, 13 Nov 2006 15:44:57 -0800 On 11/13

Cookie expiry date...

2006-11-13 Thread Dave Roberts
Hello, After an absurd amount of searching about, I have not been able to find a single reference on how to ensure that the cookies set by Tomcat expire 3 months after they're created (they currently expire sometime in 2019). I am aware of the session time out that can be set in web.xml...