Alex Amies wrote:
>
> I use a URL object to talk to the servlet.  Is there a way to set
> the session id in a http request made by the applet to the servlet?
>

 - Is your session using cookies or url rewriting?

 - If cookies, is the original login domain the same as the
   domain you're trying to access with the applet?

 - Is your browser using the built-in jvm, or a plugin?

 Theoretically, if your applet is using a URLConnection, and
your session is using cookies, and you're using the built-in
jvm on a relatively modern browser, the cookie should be
shared.


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.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

Reply via email to