Hi Benjamin, Search for thread "Session and client behavior", it has the info you need. Bottom line: J2EE sessions work fine, also with low timeouts. Non-J2EE sessions depend on garbage collector and it is safe to say that session timeouts below 5 minutes work "unexpectly" because of that dependency.
I had the same article in mind when I started that thread. Great article from Ben Nadel. Ivo -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012
