Srini --
Your posts regarding session tracking should well be addressed by Jason'
book OR any book with session tracking and some reading about cookies. I
guess, if you can get the feel of :
*
stateless HTTP.
*
need for a token to flow back and forth between client (broswer) and
server (webserver + servlet engine)
*
cookies as a mechanism to store (temporarily / persistently) the token
name-value pair on CLIENT side. Or alternatively, using URL rewrite
mechanism to explicitly pass the token key -value in each of the requests.
* session tracking is (mostly) implemented by the webserver / servlet engine
and at the application level you can access them using said API of the JSDK.
* Only the "session id" goes back and forth between webserver and client.
Not the values. (unless you are using URL rewrite for some tokens)
These are some notes from my experience with session tracking .. thot it
might help you too ..
Archives from this list will also have a good reading material. People have
explained it very well here. (Only that you got to be patient sifting thru
it !)
Shashank
>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.
>
>Thanks for ur help
_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com
___________________________________________________________________________
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