Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

remove session in dotnet core

You can clear the session by simply calling:
HttpContext.Session.Clear();
 
PREVIOUS NEXT
Tagged: #remove #session #dotnet #core
ADD COMMENT
Topic
Name
2+4 =