Re: session info

2008-05-23 Thread Louis
Kimberly Begley wrote: Hello - I'm using tomcat 5 and was wondering how session info is stored - is it stored server side in memory? Can anyone point me to some documentation about this? Thanks, Kimberly A j2ee container normally stores all session information server side. Depending on your

Re: session info

2008-05-23 Thread David Smith
It's stored server side. The only thing on the client is the session identifier (jsessionid) used to map requests to their proper sessions. Regarding documentation to that effect, the best resource is the servlet spec which defines most of the behavior of the container. http://jcp.org/aboutJ

Re: Session Info LOST in New Browser Window (Linux only)

2007-03-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FuzzyNavel, FuzzyNavel wrote: > Except for the operating system, the rest of the > environment is the same: > Tomcat 5.0.24 > Java 1.4.2_05 (for the Java Beans) > Internet Explorer 5.50 How did you get MSIE running on Linux? > In > the development