Re: [Resin-interest] Session timeout/Invalidation in clustered environment.

2008-02-08 Thread Robert Leland
Scott Ferguson wrote: On Feb 7, 2008, at 12:20 PM, Robert Leland wrote: Scott Ferguson wrote: On Feb 7, 2008, at 8:51 AM, Robert Leland wrote: In a single machine clustered environment the 20 minute timeout works, but in a two machine cluster the session does not timeout until 30

Re: [Resin-interest] Session timeout/Invalidation in clustered environment.

2008-02-07 Thread Robert Leland
Doesn't work under 3.0.25 Pro Evaluation copy(Thanks Ellen!): Changing app-default.xml web-app-default session-config use-persistent-store=true always-save-session=true session-timeout20/session-timeout /session-config ... web-app-default The session still doesn't timeout after 20

Re: [Resin-interest] Session timeout/Invalidation in clustered environment.

2008-02-07 Thread Scott Ferguson
On Feb 7, 2008, at 12:20 PM, Robert Leland wrote: Scott Ferguson wrote: On Feb 7, 2008, at 8:51 AM, Robert Leland wrote: In a single machine clustered environment the 20 minute timeout works, but in a two machine cluster the session does not timeout until 30 minutes.. Actually,

Re: [Resin-interest] Session timeout/Invalidation in clustered environment.

2008-02-07 Thread Robert Leland
Scott Ferguson wrote: On Feb 7, 2008, at 8:51 AM, Robert Leland wrote: In a single machine clustered environment the 20 minute timeout works, but in a two machine cluster the session does not timeout until 30 minutes.. Actually, that should be normal. To reduce network traffic, the

[Resin-interest] Session timeout/Invalidation in clustered environment.

2008-02-07 Thread Robert Leland
In my web.xml I have ?xml version=1.0 encoding=ISO-8859-1? web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd;