Re: Delivering on talk

From: Paul Rubin (//phr.cx_at_NOSPAM.invalid)
Date: 12/31/03


Date: 30 Dec 2003 19:36:24 -0800

Jean-Luc Cooke <jlcooke@lager.engsoc.carleton.ca> writes:
> To respond to Tom:
> - "because Java sucks"
> - Java's sandbox prohibits the applet making a socket connection to any address other then the originating server
> - JavaScript prohibits you setting a cookie to any other domain other then the domain the script was loaded from.
>
> Since we need an Applet for the performance, it must be hosted on the
> server collecting the data (not necessarily the DB server).

No, I explained how to do that without having to put the applet or the
JS on your own server. You can't send cookies to a separate site, but
you can send URL's to a separate site. So instead of a cookie you put
the data into a query parameter and send it to your site as the target
of an image tag.



Relevant Pages

  • Re: Delivering on talk
    ... Paul Rubin wrote: ... > turn off the applet (set a cookie that JS would check before starting ... The Applet right now (loading from my server in an embedded frame/layer) ... Turning off the Applet with a cookie I've considered as well. ...
    (sci.crypt)
  • Re: SSL Authentication using Java or JSP
    ... your applet that makes an SSL call to the server, retrieves a new cookie ... value, and sets it in the browser, and then allows the link click to ... The Applet autenticates itself and asks for a password. ...
    (comp.lang.java.programmer)
  • Re: Delivering on talk
    ... > the site hosting the applet). ... - JavaScript prohibits you setting a cookie to any other domain other then the domain the script was loaded from. ... server collecting the data. ...
    (sci.crypt)
  • read and write a cookie from an applet
    ... The cookie must be set client size, by the site of the applet or by local, ... without request to a server (only applet knows name and value, and server, ... I can use javascript, if it is possible, javascript function with ...
    (comp.lang.java.programmer)
  • Re: Delivering on talk
    ... > JS on your own server. ... You can't send cookies to a separate site, ... > you can send URL's to a separate site. ... JS and Applet loaded from surrogate site, when applet finds DP, JS picks ...
    (sci.crypt)