Answers for "Abandon session in .netcore"

C#
0

remove session in dotnet core

You can clear the session by simply calling:
HttpContext.Session.Clear();
Posted by: Guest on July-13-2021

C# Answers by Framework

Browse Popular Code Answers by Language