PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
delete session variable
bool pnSessionDelVar(name);
pnSessionDelVar() deletes a session-specific variable from the PostNuke system.
The name of the session variable to delete
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.
pnSessionGetVar(), pnSessionSetVar()
Previous |
Next |