Tagged Questions
4
votes
5answers
11k views
Get Session to expire gracefully in ASP.NET
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:
1) Detect when a session is expired in ...