📜  在 dotnet core 中删除会话 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:10.739000             🧑  作者: Mango

代码示例1
You can clear the session by simply calling:
HttpContext.Session.Clear();