Page 2 of 2
Posted: Sun Aug 21, 2005 10:52 am
by raghavan20
I went through the register_globals in php.net but not really totally understood what they were saying???

Posted: Sun Aug 21, 2005 10:57 am
by feyd
basically.. they say only if you have register_globals
on, should you even think about using
session_register(). They recommend using the $_SESSION superglobal instead.
register_globals should
always be
off at this stage in the game.
Posted: Sun Aug 21, 2005 11:02 am
by raghavan20
thanks for the definition feyd

Posted: Sun Aug 21, 2005 11:29 am
by laticca8
thanks guys! i'm having quite a few problems with the communication between my sessions script and my server (as referenced in a new thread). all of this info has been very helpful!