session variables from applet

From: Ike (rxv_at_hotmail.com)
Date: 11/05/03


Date: Wed, 05 Nov 2003 22:54:56 GMT

How can I get/set a session variable from an applet? Must I pass it as a
parameter to my applet via jsp or php? Can I just obtain it from within the
running applet somehow?

Thanks, Ike



Relevant Pages

  • Re: Trying to marry php, java, and mysql
    ... How do I do a trace? ... I am using PHP v4.3.3 MySQL v4.0.15. ... It's only when data is passed via an applet. ...
    (comp.lang.php)
  • Re: Trying to marry php, java, and mysql
    ... never tried this using an Java Applet but did create environments ... MySQL only recently started supporting Unicode so I assume you ... which Version of PHP are you working with at this stage? ... > between a java applet and mysql. ...
    (comp.lang.php)
  • Re: applets, applications & beans
    ... There is something seriously wrong with your PHP code if it takes ... wehereas an applet runs entirely on the client machine. ... > did basic arithmetic but treating the numbers as strings. ... > didnt use an interpreted language like php that would speed things up much ...
    (comp.lang.java.programmer)
  • Re: [PHP] Using PHP to determine if user has Java installed
    ... I would think that if you put an <applet> in the page with some public property or method which you could then query from JavaScript if it succeeds it means you do have Java, not only installed but available and enabled to the browser, then you could either send a AJAX message to the server or navigate to some other page. ... [PHP] Using PHP to determine if user has Java installed ...
    (php.general)
  • PHP in <PARAM NAME> tag
    ... I am trying to link my php page to a simple Java applet to try and test the ... public class ParamTest extends JApplet { ... public void init() { ...
    (comp.lang.java.help)