Page 1 of 1

destroy single session

Posted: Sat Jan 20, 2007 10:24 pm
by GeXus
is it possible to destroy only certain session variables? I have an array that is a session and I want to just destory some of the keys.

Posted: Sat Jan 20, 2007 10:25 pm
by Kieran Huggins
unset?

Posted: Sat Jan 20, 2007 10:26 pm
by GeXus
Yup! thanks :)