Programming Reference:Functions:CCLogoutUser
From CodeCharge Studio Community Wiki
Description
This function terminates an authenticated session by clearing the session variables that hold the information of a logged in user. After this function executes, a user must login again in order to access any restricted pages.
Location
Common
Syntax
CCLogoutUser()
Return value
none
Parameters
| Name | Type | Description | Required |
| none | |||
See Also:
CCGetUserID function, CCGetUserLogin function, CCLoginUser function, CCGetGroupID function