[PHP-WIN] Session Errors

2002-04-11 Thread Scott Carr
I am trying to use sessions on the following setup: Win NT4, Apache 1.3.23, PHP 4.1.2 Every time I try to register a variable using any means possible, it doesn't get registered. If I look at the session files, they are blank. Is there some trick I am missing? -- Scott Carr OpenOffice.org Whi

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

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

2002-03-27 Thread Alberto. Sartori
Check if you have the correct permissions on that folder (write) -Messaggio originale- Da: Piotr Pluciennik [mailto:[EMAIL PROTECTED]] Inviato: giovedì 28 marzo 2002 8.15 A: [EMAIL PROTECTED] Oggetto: Re: [PHP-WIN] Session errors Hi, PHP cannot save session information to your

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] Sessio

[PHP-WIN] Session errors....

2002-03-27 Thread Martin.Andrew
Quick Question... I am registering a session with the session_start(), session_register() functions, when I do it on our test server (UNIX, Apache) I have no problems, locally (Win2K, Apache) I get the follwoing error Warning: open(/tmp\sess_0ac1a7836d05713e245d299b54528e64, O_RDWR) failed: m (2