Please enable JavaScript to view this site.

Navigation: Advanced topics > Events > Global events > Login page

Events.After Logout

Scroll Prev Next More

Description

The AfterLogout event runs when the user clicks the Logout button.

 

The handler of this event is not called if the user closes the browser or the sessions times out.

Syntax

AfterLogout(username)

Arguments

username

the login name of the user that logged out.

Return value

No return value.

Applies to pages

Login.

See also

Redirect to another page

After successful login

Before Login

After unsuccessful login

Session keys

Security screen

Security API: logout