Invoking another instance of the same application,saving/restoring session state

U

usl2222

Hi,

I'm building this web application using asp.net and c# as code behind.

Currently I save all my session data in session variables.

One of the things that this application must do, is to invoke another
instance of the same application, with different parameters, of
course. Then the second invokation can potentially couse a third
invokation, etc.

Each invokation will use different values in session variables, same
names, but different values.
Then when I exit out of the child invocation, and come back to the
invokation that called it, I need to be able to acess session data
belonging to this parent application.

My question is how to accomplish that. What is the best way.
Everything happens in the same session,
Same session ID.

I was planning to replace session variables with hidden form
variables. But that won't make a difference.
The problem still remains.

Please advice.
thanks
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top