PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
setup session
bool pnSessionSetup();
pnSessionSetup() sets a number of PHP configuration variables to allow the PostNuke system to handle persistent user sessions across multiple HTTP connections.
This function returns true if the session setup finished successfully, false if the session setup did not finish successfully, and void if there was an internal API error whilst attempting to set up the session.
This function is normally called from pnInit(), and should not be called by modules or any other developer processes.
Previous |
Next |