Losing Session Variables during Response.Redirect???

T

TCook

I am losing my session variables after a Response.Redirect.

My web.config file contains the following:

<sessionState mode="InProc"
stateConnectionString="tcipip=127.0.0.1:42424"
cookieless="false"
timeout="60"
/>

What do I need to do to get this to work!?!?!
 
T

TCook

Hey Karl,

Thanks for the note but, unfortunately, it did not work properly.
'Response.Redirect', regardless of the parameters passed, destroys my
session variables. The other techniques mentioned are insuffiicient as they
never actually moved from the original page.

Any other suggestions are welcome.

Thanks,

Todd


"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net> wrote in message news:[email protected]...
 
T

TCook

For my purposes, I just created some properties in a code behind class and
it is working well for my uses.

Thanks again though for the URL. Interesting info there, for sure.


TCook said:
Hey Karl,

Thanks for the note but, unfortunately, it did not work properly.
'Response.Redirect', regardless of the parameters passed, destroys my
session variables. The other techniques mentioned are insuffiicient as
they never actually moved from the original page.

Any other suggestions are welcome.

Thanks,

Todd


"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net> wrote in message news:[email protected]...
 

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,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top