Page 1 of 1

session_register or $_SESSION

Posted: Thu Feb 27, 2003 8:43 pm
by theclay7
I am using PHP 4.3 (the latest php)

i have heard that we should use $_SESSION rather than session_register to register a session...is it true?

also I should no longer use session_is_registered() or anything alike....i should use isset($_SESSION()) instead....

can anyone give comments about the usage of session in PHP4.3 or the latest version :lol:

Posted: Thu Feb 27, 2003 9:15 pm
by hob_goblin
Correct. RTFM :P