I have a razor script for an member login dialog and when I set FormsAuthentication.SetAuthCookie(username, false) I still get logged in when restarting the browser.
The auth cookie is gone, but there is something with the umb_member cookie, I don't get logged on if i delete it after restarting the browser.
Is it possible to control how the umb_member cookie is created?, change expiration?, persistence?
Login persistence
I have a razor script for an member login dialog and when I set FormsAuthentication.SetAuthCookie(username, false) I still get logged in when restarting the browser.
The auth cookie is gone, but there is something with the umb_member cookie, I don't get logged on if i delete it after restarting the browser.
Is it possible to control how the umb_member cookie is created?, change expiration?, persistence?
Using Umbraco 4.7
I don't know if that works, but a way to logout a member in the frontend that actually works would be:
Solved it by removing the cookie persistence of umb_member in Umbraco source code.
is working on a reply...