> I'm having difficulty trying to figure out how unregister a 
> variable when
> register_globals is turned on.  I've tried session_unregister 
> but it doesn't
> seem to do anything.

Just unset the $HTTP_SESSION_VARS['var'] element.

Kirk 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to