I am using ASP.NET.
If my sessions time out i want to re-direct the page to another URL: Say the home page....
On my page I make use of a GridView that uses Session variables. If the session variable time expire(currently at 60min) and the user click on a row in the GridView I want to re-direct him/her to the home page of my site. Can this be done, how would I do this?
Thanks in advanced!