On 3/10/08, Lamonte H <[EMAIL PROTECTED]> wrote:
> Is it necessary to use session_register()?  What exactly was the point of
>  this function if you can set sessions using $_SESSION it self?

session_register() accepts a variable parameter list and does not
require a call to session_start() prior to it's use.

http://php.net/session_register


-- 
Greg Donald
http://destiney.com/

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

Reply via email to