CodeCharge Studio

Logout

This action is the opposite of the Login as it terminates a currently authenticated user session. The action does this by clearing the values of the session variables which hold the details of the authenticated user.

Property Description
Parameter Name Name of a URL parameter which indicates that the Logout action should be performed. If the parameter name is set, the Logout action is performed only if this parameter is received.
Return Page Page to which the user is redirected after logging out.

Note: If there is no value entered into this property, then the redirect will not be performed after logout.

Page Redirect If set to False the redirect is performed in this Action to the Return Page. If set to True the redirect is performed after closing all connections and clearing the memory on the page level.

Note for .NET users: As the .NET has an improved Garbage Collection Mechamism all redirects are performed directly. Setting this property to True has no redirect effect.

See also

Login action


On-line, printable versions and updates