Change settings in your web.config file
change enable session as true
<pages enableSessionState="true">
add the following code with in the <modules> tag
<add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="" />
Thats it.. Now you can store values in session.
change enable session as true
<pages enableSessionState="true">
add the following code with in the <modules> tag
<add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="" />
Thats it.. Now you can store values in session.
No comments:
Post a Comment