Jeetandra Mahtani wrote:
> Hello,
> If the browser allows cookies, then the session id is
> stored on the client's machine in the form of a
> cookie. Can someone tell me where it is stored and
> under what name? I am curious to look at the way its
> being stored.
> Thanks,
> J
>
The name of the cookie used is specific to each servlet engine (for Apache
JServ, for example, it is "JServSessionId"). The value is just the identifier,
which is used in the server as a key to a hash table entry containing all of
the session information.
You won't necessarily even see this cookie in your cookie file, because the
server can set it to expire when you exit your browser. In such cases, the
browser can keep it in memory and never write it to disk.
Craig McClanahan
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html