[PHP] php not remembering a session

2002-06-25 Thread Phil Schwarzmann

I just setup php/apache/mysql on a win98 machine and everything is
working great except session control.
 
It won't record a session or any session variables.  Everything else is
working well.
 
It was giving me an error because i didn't have a tmp folder on the
root of my C drive. 
 
Now I don't get any errors, it just won't start a session.
 
I'm sure it has something to do with my php.ini file
 
Any help?
 
Thanks!!!



Re: [PHP] php not remembering a session

2002-06-25 Thread 1LT John W. Holmes

Put a valid path in your session.save_path in php.ini. Something like
c:\windows\temp or whatever...

---John Holmes...

- Original Message -
From: Phil Schwarzmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 25, 2002 1:54 PM
Subject: [PHP] php not remembering a session


 I just setup php/apache/mysql on a win98 machine and everything is
 working great except session control.

 It won't record a session or any session variables.  Everything else is
 working well.

 It was giving me an error because i didn't have a tmp folder on the
 root of my C drive.

 Now I don't get any errors, it just won't start a session.

 I'm sure it has something to do with my php.ini file

 Any help?

 Thanks!!!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php