且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

是否有 Session.Abandon() asp.net Core

更新时间:2021-10-17 23:07:01

您可以通过简单的调用来清除会话:

You could clear the session by simply calling:

HttpContext.Session.Clear();