PostNuke Help

Previous
pnSecAuthAction

Home
up

Next
pnSessionGetVar


pnSessionDelVar

delete session variable

Synopsis

bool pnSessionDelVar(name);

Description

pnSessionDelVar() deletes a session-specific variable from the PostNuke system.

Parameters

name

The name of the session variable to delete

Return Values

This function returns true if the variable was deleted successfully, and void if there was an internal API error whilst attempting to delete the variable.

Notes

See Also

pnSessionGetVar(), pnSessionSetVar()


Previous
pnSecAuthAction

Home
up

Next
pnSessionGetVar