PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
check if user is logged in
bool pnUserLoggedIn();
pnUserLoggedIn() ascertains whether or not the current user is logged in to the PostNuke system.
This function returns true if the user is logged in to the PostNuke system, and false if the user is not logged in.
See example for pnUserGetVar() for example of use.
Previous |
Next |