Posted by Toby Inkster on 11/30/28 11:54
Vyoma wrote:
> If I do not call the session_register('auth'), can I still use
> _SESSION['auth']?
Yes -- session_register() effectively does nothing these days.
> And if I am not using session_register(), should I be calling
> session_start()?
Yes -- session_start() is still needed.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|