Re: Why use session_register()?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Mar 10, 2008 at 12:08 PM, Lamonte H <php4food@xxxxxxxxx> 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?
>

    RTFM: http://php.net/session-register.php

    It's the old way of doing it, and will only work with
register_globals on anyway.  It also depends on how antiquated the
version of PHP is that you're using.

-- 
</Dan>

Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux