PostNuke Help

Previous
pnUserGetVars

Home
up

Next
pnUserLogIn


pnUserLoggedIn

check if user is logged in

Synopsis

bool pnUserLoggedIn();

Description

pnUserLoggedIn() ascertains whether or not the current user is logged in to the PostNuke system.

Return Values

This function returns true if the user is logged in to the PostNuke system, and false if the user is not logged in.

Examples

See example for pnUserGetVar() for example of use.

See Also

pnUserLogIn(), pnUserLogOut()


Previous
pnUserGetVars

Home
up

Next
pnUserLogIn