Re: [jetty-users] Jetty clustering not working properly (jettySessions expiryTime getting set to 0 after sometime)

2012-05-30 Thread Jan Bartel
Fixed. Jan On 29 May 2012 10:41, Jan Bartel wrote: > Venkat, > > Thanks for the clear explanation, I raised this bug: > https://bugs.eclipse.org/bugs/show_bug.cgi?id=380866 > > Will let you know when its fixed. > > Jan > > On 29 May 2012 07:59, venkat_99 wrote: >> Here is the config of JDBCSess

Re: [jetty-users] Jetty clustering not working properly (jettySessions expiryTime getting set to 0 after sometime)

2012-05-29 Thread Jan Bartel
Venkat, Thanks for the clear explanation, I raised this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=380866 Will let you know when its fixed. Jan On 29 May 2012 07:59, venkat_99 wrote: > Here is the config of JDBCSessionManager we are using on both the nodes > > >     >         >     >

Re: [jetty-users] Jetty clustering not working properly (jettySessions expiryTime getting set to 0 after sometime)

2012-05-28 Thread venkat_99
Here is the config of JDBCSessionManager we are using on both the nodes -6 120

Re: [jetty-users] Jetty clustering not working properly (jettySessions expiryTime getting set to 0 after sometime)

2012-05-28 Thread Jan Bartel
The JDBCSessionManager persists and reloads the expiry time of the session into the SessionData (see loadSession(), storeSession() and updateSession() methods). The session scavenging expiry code does database queries to find candidates to expire. The JDBCSessionManager.Session.access() method wil

[jetty-users] Jetty clustering not working properly (jettySessions expiryTime getting set to 0 after sometime)

2012-05-28 Thread venkat_99
Hi, We are using Jetty 7.5.1. We have JDBCSessionManager configured to serialize the JSESSIONID, we have set MaxInactiveTimeInterval as 120.We have two nodes running on the load balancer, what we have observed is whenever a request from a session which was served by node1 before goes to node2 the e