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!?!?!
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!?!?!