refresh user
This commit is contained in:
parent
4e24796a5d
commit
0d34774059
12 changed files with 141 additions and 32 deletions
|
@ -34,4 +34,10 @@ internal static class HttpContextSessionExtensions
|
|||
}
|
||||
);
|
||||
}
|
||||
|
||||
public static void DeleteSession(this HttpContext httpContext)
|
||||
{
|
||||
httpContext.Response.Cookies.Delete("session");
|
||||
httpContext.Response.Cookies.Delete("hasSession");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue