[PHP] Re: Why use session_register()?

2008-03-10 Thread Al

Read the current php manual.

Lamonte H 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?



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



Re: [PHP] Re: Why use session_register()?

2008-03-10 Thread Dave Goodchild
session_register is old school. RTFM.

On Mon, Mar 10, 2008 at 4:26 PM, Al [EMAIL PROTECTED] wrote:

 Read the current php manual.

 Lamonte H 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?
 

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