Posted by Jochem Maas on 02/07/05 19:14
Alex Gemmell wrote:
...
> Well, I have a few lines like these two:
>
> session_register('email_address');
> $_SESSION['email_address'] = $email_address;
>
> If I simply delete the first line
> ("session_register('email_address');") everything will still work...
> right?
yes - on one condition: somewhere in you app/script you must make a call
to session_start() before attempting to use the $_SESSION superglobal var.
>
> --
> Alex Gemmell
> |:| agemmell@gmail.com |:|
>
Navigation:
[Reply to this message]
|