I need a way to tell ASP.NET \"Kill the current session and start over with a brand new one\" before/after a redirect to a page.
Here\'s what I\'m trying to do:
Are you calling Session.Abandon in your special "Your session expired" page? If so, don't.