Base solution for your next web application
Open Closed

Logout issue #11937


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Is this happening on development time or on production ?

  • User Avatar
    0
    [email protected] created

    On production

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    If the steps to reproduce this issue is clear, could you share these steps and App's URL with [email protected] ?