Session:Flush
The session:flush tag is used to clear the entire user session.
Usage
Data set in the session will be available in all requests until such time that the session is cleared, either over time (sessions eventually expire) or intentionally.
The flush tag will wipe the entire session. Keep in mind this will also sign a user out if they’re signed in.
{{ session:flush }}