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