nlmzh
11-10-2007, 09:43 AM
I use PHP session in my program.
session_start();
session_register('oEdu');
$oEdu = $_SESSION['oEdu'];
global $oEdu,$oDB;
$oEdu['Cook']['UserName'] = $oDB->f('UserName');
I found out the session does not work. (There is no problem on my programs because they are fine in the other hosting provider server)
Do I need to configure php.ini in the folder? How to configure for session?
Thanks,
session_start();
session_register('oEdu');
$oEdu = $_SESSION['oEdu'];
global $oEdu,$oDB;
$oEdu['Cook']['UserName'] = $oDB->f('UserName');
I found out the session does not work. (There is no problem on my programs because they are fine in the other hosting provider server)
Do I need to configure php.ini in the folder? How to configure for session?
Thanks,