PostNuke Help

Previous
pnSessionInit

Home
up

Next
pnSessionSetVar


pnSessionSetup

setup session

Synopsis

bool pnSessionSetup();

Description

pnSessionSetup() sets a number of PHP configuration variables to allow the PostNuke system to handle persistent user sessions across multiple HTTP connections.

Return Values

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.

Notes

This function is normally called from pnInit(), and should not be called by modules or any other developer processes.

See Also

pnInit(), pnSessionInit()


Previous
pnSessionInit

Home
up

Next
pnSessionSetVar