31 January, 2009
0 Comments
0 categories
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