The EuroCMS Logout module
If you access the /admin/logout link, you will be automatically logged out and the predefined data will be cleared.
| logout_id | domain_id | user_id | group_id | name | short_description | redirect | content | clear | user_lock | status |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | Session | defaults, clears the entire session data | /login | session | 1 | enabled | ||
| 2 | 2 | 1 | all | Clear all data associated with the Logged in user. | Your data has been destroyed. | Session, Cookies, Storage, Cache | ||||
- redirect (optional)
Redirect the users when the /logout link has been accessed. /login or / the homepage.
The redirect is set via a header, so before the content has been even loaded, the browser has been told to visit a different page.
- content
If the redirect is not used, what you want to be displayed on the logout page?
Your session data on this websites will be cleared?
The content can be written with EuroEditor. You can add a redirect page that'll redirect the user 10 seconds after visiting the logout link.
clear options:
-
cookies
-
session
-
storage
-
cache
The Clear Site Data header can already do this, but as of yet, not all browsers support this.