Re: [SOLVED] Re: How do I set maxage on the JSESSIONID cookie?

2007-07-02 Thread Jesse Barnum
I'm modifying the response by appending a session cookie whose maxAge has been configured to a positive value. I'm writing it as a Filter because 1) Eric suggested that (well, he suggested a Valve, but from my limited understanding, it seems like a Filter does the same thing and is not

[SOLVED] Re: How do I set maxage on the JSESSIONID cookie?

2007-06-29 Thread Jesse Barnum
Eric, that worked - your code was very helpful, thanks. I wound up doing it as a Filter instead of a Valve, so that it would not be tied to Tomcat. Here is the code in case anybody else would find it useful: --Jesse Barnum, President, 360Works http://www.360works.com (770) 234-9293

Re: [SOLVED] Re: How do I set maxage on the JSESSIONID cookie?

2007-06-29 Thread Martin Gainty
Subject: [SOLVED] Re: How do I set maxage on the JSESSIONID cookie? Eric, that worked - your code was very helpful, thanks. I wound up doing it as a Filter instead of a Valve, so that it would not be tied to Tomcat. Here is the code in case anybody else would find it useful: --Jesse Barnum