T
TSelvan
Hi All,
We have developmented Web project with ASP.Net and SQL
server Database. In this project we have
configured "SessionState" mode as
"SQLServer" in Web.Config with timeout="180" as mentioned
bellow. But the session expires in 30 min.
Please let me know Regarding this. Thanks for your help.
<sessionState mode="SQLServer"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=sqldb;user
id=DotNetSession;password=eayso1221" cookieless="false"
timeout="180"/>
We have developmented Web project with ASP.Net and SQL
server Database. In this project we have
configured "SessionState" mode as
"SQLServer" in Web.Config with timeout="180" as mentioned
bellow. But the session expires in 30 min.
Please let me know Regarding this. Thanks for your help.
<sessionState mode="SQLServer"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=sqldb;user
id=DotNetSession;password=eayso1221" cookieless="false"
timeout="180"/>