From my understanding, as long as you have a "session_start()" function
above the tag, you can work with variables in the form
$_SESSION['variableName'] rather than having to use session_register().
In fact, using session_register() is no longer needed at all. Use
$_SESSION['variableName']
Jeff Sheltren wrote:
>>What happens if you set "register_globals=Off" and use
>>$_SESSION?
>>
>>
> Thanks for the reply. I will try changing register_globals to Off. I am
> not quite sure I know what you mean by using $_SESSION though, could someone
> please explain how that is uesd?
>
Session
2 matches
Mail list logo