When I go from a normal php page (mod) to a cgi-based php page (stand alone), the session_start() function generates an error

Warning: open(/tmp/sess_be0b03b8eb0ed759b10792d823099678, O_RDWR) failed: Permission denied (13) in (filename) on line 3

Is there a way to carry sessions across the different types of php pages?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to