* Thus wrote John Manko ([EMAIL PROTECTED]):
> Can someone correct me on this if i'm wrong.......
> 
> try (meaning, I think that $vars as $keys will put the value into $key, 
> not the key itself):
> 
> foreach ($vars as $key=>$value) // clear all previous sessions
> {
> if(isset($_SESSION['$key']))
> {
>    unset($_SESSION['$key']);
> }
> }

That is correct. 

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to