A5WS_LogoutUser Function
Syntax
Result_Flag as L = a5ws_LogoutUser([* Localsession [,* Localrequest [,* Localresponse ]]])
Arguments
- Result_Flag
.T. = The user was logged out. .F. = The user was not logged out.
- Localsession
*
- Localrequest
*
- Localresponse
*
Description
Log out the current user and remove the remember me cookie. This can only be used on a web page.
Discussion
Removes all login information for the current user from the session. The A5WS_LogoutUser() function removes all login information for the current logged in user
Example
A5WS_LogoutUser()
Limitations
May be used on A5W pages in web applications only.
See Also