A
autogoor
My jsp page embeds a java Applet in it with the following lines:
<jsp
lugin
type=applet
code="mypackage.myApplet"
codebase="WEB-LIB/lib"
archive="myjar1.jar">
</jsp
lugin>
In side the applet, is there a way to get the session information of my
jsp?
Thanks,
autogoor
<jsp
type=applet
code="mypackage.myApplet"
codebase="WEB-LIB/lib"
archive="myjar1.jar">
</jsp
In side the applet, is there a way to get the session information of my
jsp?
Thanks,
autogoor