U
ujjc001
For some reason I can't Response.AppendHeader("Refresh",
Convert.ToString((Session.Timeout * 60) + 60) & "; URL=default.aspx")
to add the tag into the header.
In the source the refresh header is not added to the head tags. Any
ideas?
I've tried in page init, page load, and page prerender.
Thanks.
Jeff
Convert.ToString((Session.Timeout * 60) + 60) & "; URL=default.aspx")
to add the tag into the header.
In the source the refresh header is not added to the head tags. Any
ideas?
I've tried in page init, page load, and page prerender.
Thanks.
Jeff