-
Notifications
You must be signed in to change notification settings - Fork 194
Controller Logout
Jeff Johns edited this page Feb 4, 2014
·
2 revisions
Controller | Extends | Path |
---|---|---|
Logout | Plain_Controller | /application/controllers/logout.php |
Type | Accessible |
---|---|
XMLHttpRequest | Internal Only |
API | No |
Web View | Yes |
This controller handles the logout requests.
Called automatically which in turn calls the parent constructor. It will also redirect you away from this route if you are NOT logged in.
Logs the user out. Destroys current session and removes any cookies set.