R
rkmoray
For some reason, I cannot get sessionstate to work
here is my config file area
<sessionState mode="InProc" timeout="20" cookieless="true"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="Provider=SQLOLEDB.1;Password=;Persist Security
Info=True;User ID=;Initial Catalog=;Data Source=;"/>
and in the code I have somehting simple like
Session["FullName"]=TextBox1.Text;
When I clikc to the next page, Session["FullName"] is blank.
Please help
here is my config file area
<sessionState mode="InProc" timeout="20" cookieless="true"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="Provider=SQLOLEDB.1;Password=;Persist Security
Info=True;User ID=;Initial Catalog=;Data Source=;"/>
and in the code I have somehting simple like
Session["FullName"]=TextBox1.Text;
When I clikc to the next page, Session["FullName"] is blank.
Please help