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]

Reply via email to