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