PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
log user out
bool pnUserLogOut();
pnUserLogOut() attempts to log the user out of the PostNuke system.
This function returns true if the logout attempt was successful or the user is already logged out. This function returns void if an exception was raised.
This function raises DATABASE_ERROR if an error occurs while querying data.
// Log the user out
pnUserLogOut();
pnUserLoggedIn(), pnUserLogIn()
Previous |
Next |