Ah, interesting. This sounds like the culprit. Thanks!
Jason On Wed, Jun 17, 2009 at 12:17 AM, Kalle Korhonen <kalle.o.korho...@gmail.com > wrote: > By default, Tomcat tries to store sessions on disk. Other than the > SPRING_SECURITY_CONTEXT object you didn't have serializable objects in > your application. On Windows, saveOnRestart is turned off > (http://tomcat.apache.org/tomcat-5.5-doc/config/manager.html) or > security prevents writing the data to a file. Just guessing of course. >