Get Session to expire gracefully in ASP.NET

后端 未结 5 1899
南旧
南旧 2020-12-30 11:09

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:

5条回答
  •  说谎
    说谎 (楼主)
    2020-12-30 11:40

    Are you calling Session.Abandon in your special "Your session expired" page? If so, don't.

提交回复
热议问题