Session Variables Not Being Saved Between Page Redirects

H

Hanover

Im having problems maintaining session state.

I set a session variable like this:

Session("NavigatedAway") = "Yes"

Then when I redirect to another page and try to look at the session
variable, it's set to Nothing.

Any clues?

I have EnableSessionState on my page directives..and cookies are on.

The reason I need to do this that I need to maintain the current state
of my webform when I navigate away from it so that it will have all the
same settings when I navigate back to it.
 
M

Mythran

Hanover said:
Im having problems maintaining session state.

I set a session variable like this:

Session("NavigatedAway") = "Yes"

Then when I redirect to another page and try to look at the session
variable, it's set to Nothing.

Any clues?

I have EnableSessionState on my page directives..and cookies are on.

The reason I need to do this that I need to maintain the current state
of my webform when I navigate away from it so that it will have all the
same settings when I navigate back to it.

What method/event are you placing the code in to store the var?

Mythran
 

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

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top