sql_lover Starting Member
14 Posts
snSQL Flowing Fount of Yak Knowledge
USA 1837 Posts
jhermiz Flowing Fount of Yak Knowledge
USA 3564 Posts
sshelper Posting Yak Master
213 Posts
quote:Originally posted by sshelperIf you are referring to the session timeout from a ASP.NET page, the timeout value is defined in the sessionState part of the web.config.<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />SQL Server Helperhttp://www.sql-server-helper.com
quote:Originally posted by jhermizHow are you using session variable?Are you setting the session in a specific part that is causing the problem. Can you post examples.Programmers HowTo's -- http://jhermiz.googlepages.com