PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
initialse session
bool pnSessionInit();
pnSessionInit() initialises a new or current session, setting user cookies as needed and obtaining current session variables.
This function returns true if the session initialisation finished successfully, false if the session initialisation did not finish successfully, and void if there was an internal API error whilst attempting to initialise the session.
This function is normally called from pnInit(), and should not be called by modules or any other developer processes.
Previous |
Next |