On 4 Apr 2004 Andy B wrote: > how would you empty all the contents of $HTTP_SESSION_VARS when you > dont need them anymore but still keep the current session running?
See http://www.php.net/manual/en/function.session-unset.php. That is exactly what it does. That page also explains why unset() is not the right way to go. -- Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php