Re: [PHP] error : session_start

2004-02-15 Thread Tom Rogers
Hi, Monday, February 16, 2004, 2:27:21 PM, you wrote: a> hi! a> i have a login page that after validating the login and passwords does something a> like a> // initiate a session a> session_start(); a> // register some session variables a> session_register("

Re: [PHP] error : session_start

2004-02-15 Thread Binay
set the session.save_path directive in php.ini file.. By default this is set to /tmp but as u working on win mchine please create a session directory and specify the corresponding path to aforesaid directive. Cheers Binay - Original Message - From: "ajay" <[EMAIL PROTECTED]> To: <[EMAIL PR