The moose likes Applets and the fly likes How to access s JSP session from an applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "How to access s JSP session from an applet" Watch "How to access s JSP session from an applet" New topic
Author

How to access s JSP session from an applet

Ravi Kumarasinghe
Greenhorn

Joined: Apr 08, 2002
Posts: 12
Hi,
I have an applet which is loaded by a JSP page. I need to access a session variable in the JSP's session directly from the applet.
I can't use the applet param tags because others can see the values in the param tag.
Or,
Is there any othe way that you can pass some value from the JSP to the applet without using the param tag.
Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to access s JSP session from an applet
 
Similar Threads
Problems in passing parameters to the applet
Passing parameters to an Applet without using param tag
Using redirect-action
How to maintain state in applets
Applet session sharing