G
Guest
I cannot get a session to stay active between web pages. I initialize a
Session with variables and then execute a Response.Redirect(url,false); The
called web page has a different sessionid that the page which sent the
response. I have my sessionstate set to:
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user id=sa;password="
cookieless="false" timeout="20"/>
and both webpages are in the same application. My system was working for
over 2 years and now all of a sudden it drops a session whenever I go from
one webpage to another. Does anyone have a clue as to what to check for
next?
Session with variables and then execute a Response.Redirect(url,false); The
called web page has a different sessionid that the page which sent the
response. I have my sessionstate set to:
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user id=sa;password="
cookieless="false" timeout="20"/>
and both webpages are in the same application. My system was working for
over 2 years and now all of a sudden it drops a session whenever I go from
one webpage to another. Does anyone have a clue as to what to check for
next?