That can't be done with *any* version of ASP.NET.
What you want to do is impossible.
If the session times out, you can't guarantee that the client
still has his browser opened to a page at your site.
In fact, people seldom do that.
They've likely moved on to some other site way before the session times out.
Juan T. Llibre, asp.net MVP
aspnetfaq.com :
http://www.aspnetfaq.com/
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
===================================
"ABC" <ab*@abc.com> wrote in message news:ug****************@TK2MSFTNGP02.phx.gbl...
How to automatic redirect if session timeout using ASP.NET 1.1?