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

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top