May 28 2009 04:04 AM 6255 12 session_register and $_session krr_r25 What is the difference between session_register and $_session? abc Sep 12th, 2011 $_session for one or more variable session_register for global variables rubin2008 Profile Answers by rubin2008 Questions by rubin2008 May 16th, 2010 session_register is php function used to register variables with the current session.But it will work only when register globals is turned on in php.ini configuration file.$_SESSION is a supergl... Answer Question Select Best Answer
May 28 2009 04:04 AM 6255 12 session_register and $_session krr_r25 What is the difference between session_register and $_session? abc Sep 12th, 2011 $_session for one or more variable session_register for global variables rubin2008 Profile Answers by rubin2008 Questions by rubin2008 May 16th, 2010 session_register is php function used to register variables with the current session.But it will work only when register globals is turned on in php.ini configuration file.$_SESSION is a supergl... Answer Question Select Best Answer
rubin2008 Profile Answers by rubin2008 Questions by rubin2008 May 16th, 2010 session_register is php function used to register variables with the current session.But it will work only when register globals is turned on in php.ini configuration file.$_SESSION is a supergl...