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/aboutJava/communityprocess/final/jsr154/index.html

--David

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



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to