Hello Guys,
I've developed a web application, in which I used around 40 Session variables to handle Access Control.
I don't know why but Session expiring around 2-3 minutes. Even though I've set it to 60 mins.
Web.config code is shown as below
<customErrors mode="Off"/>
<authentication mode="None"/>
<sessionState timeout="60" mode="InProc" cookieless="false"/>
Please help me to get rid of this issue!