A
admiller97
I have a .Net 2.0 web page that hosts a Java applet. The applet will
post information to a different .Net web page (that the applet hosts,
kind of like a frame). This second page is in the same application as
the first page, so it can share session info. However, since the
second page is hosted by the java applet it does not have the same
session as the parent page. I can pass the sessionID from the parent
page to the applet, and then pass the ID from the applet to the hosted
page (via querystring), however, I cannot figure out a way to set a
session variable using the session ID. Basically I want a function
that has a signature of:
Session(byval Name as String, byval Value as Object, byval ID as
HttpSessionState.SessionID)
Any Ideas?
Using SQL Server to store sessions or the data is not an option.
post information to a different .Net web page (that the applet hosts,
kind of like a frame). This second page is in the same application as
the first page, so it can share session info. However, since the
second page is hosted by the java applet it does not have the same
session as the parent page. I can pass the sessionID from the parent
page to the applet, and then pass the ID from the applet to the hosted
page (via querystring), however, I cannot figure out a way to set a
session variable using the session ID. Basically I want a function
that has a signature of:
Session(byval Name as String, byval Value as Object, byval ID as
HttpSessionState.SessionID)
Any Ideas?
Using SQL Server to store sessions or the data is not an option.