0
[email protected] created
Hello,
ASP.NET Zero v12.1.0. Sometimes when login out, it doesn't sign you out. Can be usually reproduced when setting a breakpoint to AccountControllrer's Logout() method (calling await _signInManager.SignOutAsync()). Step over and then continue. It seems, that logout was successfully done, but when trying to log in again, error is raised. When entering basic url (https://localhost:55443), you find yourself logged in, even thought you just logged out.
3 Answer(s)
-
0
Hi,
Is this happening on development time or on production ?
-
0
On production
-
0
Hi,
If the steps to reproduce this issue is clear, could you share these steps and App's URL with [email protected] ?