Re: Reading Sessions from Persistent Store

2006-01-10 Thread Gary Blomquist
I forgot to mention I would only reload the session from the store if it was dirty (based on last access time). From: Gary Blomquist Sent: Tuesday, January 10, 2006 2:14 PM To: 'users@tomcat.apache.org' Subject: Reading Sessions from Persistent St

Reading Sessions from Persistent Store

2006-01-10 Thread Gary Blomquist
I am attempting to use non-sticky sessions using a syncronous Persistent Manager and a JDBC Store. I have written a class SyncPersistentManager that extends PersistentManagerBase and implements HttpSessionAttributeListener to store the sessions in the JDBC store each time an attribute in the Ht