Hello everyone, Simple question: Will registering a variable twice, using session_register(), reset the value of the variable to a different value?
I just now started using the session_is_registered() function on all sessions to see if they have been registered already, before I register them yet again. But now I'm wondering about the inner workings of the session itself. PHP.net doesn't do a very good job at explaining the details. Thanks in advance for anyone's help. Navid -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php