check this out:

http://www.servlets.com/cos/javadoc/com/oreilly/servlet/HttpMessage.html

hope it helps.


----- Original Message -----
From: "Marco Trevisan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 09, 2001 12:38 PM
Subject: Re: Applet Servlet Session Tracking


> 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
>

___________________________________________________________________________
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