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
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
-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