"Srinivasan S (Systems Engineering Group)" wrote:

>         Same old doubt which a kid will ask when he starts learning
> session tracking.  I have a servlet running on my server and a client
> access that page the cookie name is "cooks" for session A and another
> client access the same server say session B what name will it be given to
> session B if the same "cooks" then for a single servlet all the cookie
> name is equal.  If so, how a session tracking is implemented, please help
> me i have read jason hunters book still i have this doubt get uncleared.

Cookies are linked to each users browser, and not to the servlet. So
when a page is accessed the servlet will find the cookie it sat in that
users browser.

(Hope I understood your question correctly)

KEB
--
Happy Happy Joy Joy - I'm so happy Stimpy

___________________________________________________________________________
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

Reply via email to