clearsession — clears a single session variable, or all session variables
void clearsession( |
sessionvar) ; |
string | sessionvar ; |
If called with the optional parameter sessionvar then the session variable with the name given by sessionvar is removed from the session. If there is no session variable with that name then the function has no effect.
If called without parameters then all session variables are removed.