Prevent session timeout in ASP .NET 2.0
31 January, 2009
0 Comments
To prevent a session timeout use the meta html tag in the header html tag:
<meta http-equiv="refresh" content="300" /><!-- prevent session timeout -->Tags: ASP .NET