RE: [PHP-WIN] Session errors....

2002-03-27 Thread Martin.Andrew
That does the trick, I must have changed this (long) before as it was looking for a directory that no longer exists! Thanks. -Original Message- From: Piotr Pluciennik [mailto:[EMAIL PROTECTED]] Sent: 28 March 2002 08:15 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Session errors Hi

Re: [PHP-WIN] Session errors....

2002-03-27 Thread Piotr Pluciennik
Hi, PHP cannot save session information to your disk. As described in error message you probably haven't defined correct path to session directory (it's different on linux and windows)... or not set rights to it. So check php.ini "session.save_path" and properties of that directory. For exampl

Re: [PHP-WIN] Session errors....

2002-03-27 Thread R'twick Niceorgaw
create a directory called c:\temp and replace \tmp to c:\\temp in your php.ini file on the windows server. - Original Message - From: "Martin.Andrew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 11:07 AM Subject: [PHP-WIN] Session errors > Quick Questi