Re: Database Session Manager

2017-06-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lance, On 6/21/17 11:09 AM, Campbell, Lance wrote: > Tomcat 8, 8.5, or 9 Is there a session manager for Tomcat that does > not keep sessions in memory at all but stores the session > attributes in a database?

Database Session Manager

2017-06-21 Thread Campbell, Lance
Tomcat 8, 8.5, or 9 Is there a session manager for Tomcat that does not keep sessions in memory at all but stores the session attributes in a database? Example: If I create a session for the first time then the session manager would create a session ID and write it to a database table. Now if