|
Posted by Vyoma on 12/17/86 11:54
Ah! I feel so dumb. I should have used that _SESSION instead of
_SERVER. It is working like a clockwork now, and I do not have any
problems.
As stated above, I checked the PHP.net site for the session_register()
fucntion. It is indeed deprecated. Now, I have a couple of questions
more:
So, how should I proceed?
If I do not call the session_register('auth'), can I still use
_SESSION['auth']?
And if I am not using session_register(), should I be calling
session_start()?
Regards,
Vyoma
Navigation:
[Reply to this message]
|