[PHP] Failed to write session data (files)?

2001-01-24 Thread bill

When I try to use sessions without cookies, I get the following error.

Failed to write session data (files). Please verify that the current
setting of session.save_path is correct (/tmp) in Unknown on line 0

What does that mean?

Of course, the session data isn't saved when this happens.

The script works fine if cookies are enabled on the browser.

I'm using PHP 4.0.3pl1 as a cgi on a Unix machine.

thanks in advance,

bill


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Failed to write session data (files)

2001-01-23 Thread bill

When using PHP 4 as a CGI module I get the following error trying to use
sessions:

Warning: Failed to write session data (files). Please verify that the
current setting of session.save_path is correct (/tmp) in Unknown on
line 0

What does this error mean?

This only occurs if cookies are disabled.

I pass the session id via a hidden tag within a POST form.

?php
$thisses=session_id();
 echo "input type=\"HIDDEN\" NAME=\"PHPSESSID\" VALUE=\"$thisses\"
?


thanks for any help,

bill


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]