Hi friends,
           Can anybody explain me how the cookies are implemented in a
Servlet container.
what about the browser support/role.

I am using Tomcat as Servlet container.
My intention is to know how it is implemented in the container/browser.

I have following doubts,

1. When a new cookie is created , how server intimates to client.
   I was expecting that the container will insert something like below in
the HTML file.

   <META HTTP-EQUIV="SET_COOKIE"
CONTENT="cookiename=AKGF65THVGH;path=/;expires=Thur,18-Jan-2001 12:00:00
GMT">

   But When I checked in client browser(through view source) I did not see
anything like that.

   Is there any other way?

2. When client sends back the cookie value to server, how it will do this?
   I was under the impression that it will go as part of GET request.

Please somebody can help me.

___________________________________________________________________________
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