When a user has finished with your site, they may choose to close their session. Or this can be done in an automatic manner, when the user enters a certain page. This is called a logout operation.
To implement this action, MX User Login
contains a server behavior
called Logout User. You can access it from
the Application panel, Server
Behaviors -> + -> MX Kollection -> User Login -> Logout User.
The user interface has only one tab.

To set the dialog box options, follow the next steps:
Note: If you use this server behavior
on the ColdFusion server model, a file named
Application.cfm will be automatically generated
in the site root folder. Do not delete this file, as it contains settings
related to session variables used by the server behavior and the current
application. If you remove this file or modify it, application pages that
use sessions will not function properly.