Logout

Logout

{% logout %}

Signs out of the current profile. This is only applicable if the user is currently signed in using a profile.

This method prevents the current page from being fast-cachable.

Examples

Logout clear cookies

Copy
{% logout clear_cookies %}

Logout

Copy
{% logout %}

Logout clear session

Copy
{% logout clear_session %}

Logout clear session and cookies

Copy
{% logout clear_session clear_cookies %}