AFAIK cookies set by the server are handled by the browser and applets connecting to a servlet use browser connections. So cookies are automagically added to http requests originating from applets. Can you elaborate more on your statement? I'm already serching the archive.
Marco ----- Original Message ----- From: "Kinjal Dixit" Subject: Re: Applet Servlet Session Tracking > hi > > if you look at the mechanics of sessions, you will find that when you create > a session, it sets a cookie on the user agent... but your applet does not > handle those properly and your servlet feels bad about that. > ___________________________________________________________________________ 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
