Amit Ji Codes
Easy, free and useful.
Pages
Home
Other new links
Questions
Have a fun while searching
Wednesday, July 20, 2011
SeesionMaintaince
using System;
public partial class SeesionMaintaince : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Response.AddHeader("Refresh", Convert.ToString((Session.Timeout * 60) - 10));
}
}
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment