Maybe this is obvious, but I can't seem to log out as entering the site as a guest user? Is there any smooth way to create a logout-function for the guest users as I'm making a small intranet-site where there's no need for all users to have personal accounts.
Comments
Comment #1
darren ohGuest users aren't logged in, so they can't log out.
Comment #2
simeJust to clarify to the OP, if you want to return a browser back to it's unauthenticated state you just shut down the browser.
This might seem obvious but my first attempt was to remove all the cookies - which doesn't work.