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_iddomain_iduser_idgroup_idnameshort_descriptionredirectcontentclearuser_lockstatus
111Sessiondefaults, clears the entire session data/loginsession1enabled
221allClear 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.