Saving Sessions in Tomcat
Dominic has provided a great link for storing your user sessions in a database with Tomcat. This could be very helpful in a production Tomcat environment where you need to persist your sessions in case you reboot a server. In most of my apps, I try to keep session-scoped objects to a minimum, so in most cases - I don't need to save the user's session. Good link regardless though - thanks Dominic!