Re: [PHP] Problem starting session

2001-06-21 Thread Chris \TunkeyMicket\ Watford
Make sure it is: \tmp in the ini file. That way you don't have to mess with a drive letter. - Original Message - From: Jonathan Sharp [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 7:57 PM Subject: Re: [PHP] Problem starting session Check your php.ini file

Re: [PHP] Problem starting session

2001-06-20 Thread Chris Lee
does the dir exist ? I dont use win2k for php so im guessing. win2k also has some sort of permissions doesnt it ? does the dir have to have the same perms that the server does ? linux needs this to be true. -- Chris Lee [EMAIL PROTECTED] Ben Edwards [EMAIL PROTECTED] wrote in message

RE: [PHP] Problem starting session

2001-06-20 Thread Rich Cavanaugh
Ben, In your php.ini you should have the following: session.save_path = c:\winnt\temp Currently you have it set to: session.save_path = /tmp -- Rich Cavanaugh -Original Message- From: Ben Edwards [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001

Re: [PHP] Problem starting session

2001-06-20 Thread Jonathan Sharp
as the temp dir in php.ini) -js - Original Message - From: Chris Lee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 11:58 AM Subject: Re: [PHP] Problem starting session does the dir exist ? I dont use win2k for php so im guessing. win2k also has some sort of permissions