Is there an existing issue for this?
What happened?
The authentication cookie is not deleted when the cookie expires or is invalid.
I checked the source code and found this bug in DotNetNukeHttpApplication.cs
there is exist code for deleting cookie but don't work.
app.Request.Cookies.Remove(FormsAuthentication.FormsCookieName);
I will solve it soon.
Steps to reproduce?
- before login set a manual cookie with DOTNETNUKE key
- refresh the page
Current Behavior
No response
Expected Behavior
No response
Relevant log output
Anything else?
No response
Affected Versions
9.13.7 (alpha), 9.13.6 (latest release)
What browsers are you seeing the problem on?
Chrome
Code of Conduct