2 references to RemoveAsync
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (2)
187
await Options.SessionStore.
RemoveAsync
(_sessionKey!, Context, Context.RequestAborted);
392
await Options.SessionStore.
RemoveAsync
(_sessionKey, Context, Context.RequestAborted);