I am currently working on an web application that uses ASP.NET 2.0 framework. I need to redirect to a certain page, say SessionExpired.aspx, when the user session expires. T
The other way is to tell the browser to redirect itself (via javascript) after a certain amount of time... but that can always be deactivated by the user.