PostNuke Help

Previous
pnSessionGetVar

Home
up

Next
pnSessionSetup


pnSessionInit

initialse session

Synopsis

bool pnSessionInit();

Description

pnSessionInit() initialises a new or current session, setting user cookies as needed and obtaining current session variables.

Return Values

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.

Notes

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

See Also

pnInit(), pnSessionSetup()


Previous
pnSessionGetVar

Home
up

Next
pnSessionSetup