Is it possible to somehow do a session unregister of all session variables
except for (say) 2 variables. varA and varB

So if my session had :
varA, varB,varC, varD,varE (etc)

I want to unregister all but varA and varB.

Is there an 'elegant' way to do this without testing for all the variables
in the session?



Cheers,

Brad 


Nel vino la verità, nella birra la forza, nell'acqua i bacilli
--------------------------------------------------------------------------
In wine there is truth, in beer there is strenght, in water there are
bacteria


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

Reply via email to