G
Guest
Hello,
I am having some trouble with passing session variables from one aspx page
to another aspx page through an applet.
Let me clarify the problem more ...
I have an aspx page which contains a button on click of which i call an
applet to do some work. Once the applet finishes its job it calls another
aspx page to continue. But the problem is that i am no longer able to access
the old session variables. It seems like the old session is getting killed
and a new session is being created which doesn;t contain the old session
variables.
Now, tell me if there is a way to retain the old session variables when the
second aspx page is called through the applet.
thanks,
Ramendra
I am having some trouble with passing session variables from one aspx page
to another aspx page through an applet.
Let me clarify the problem more ...
I have an aspx page which contains a button on click of which i call an
applet to do some work. Once the applet finishes its job it calls another
aspx page to continue. But the problem is that i am no longer able to access
the old session variables. It seems like the old session is getting killed
and a new session is being created which doesn;t contain the old session
variables.
Now, tell me if there is a way to retain the old session variables when the
second aspx page is called through the applet.
thanks,
Ramendra