We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This controller handles the logout requests.
__construct
Called automatically which in turn calls the parent constructor. It will also redirect you away from this route if you are NOT logged in.
index
Logs the user out. Destroys current session and removes any cookies set.