Re: [PHP] session: permission denied (13)

2004-02-24 Thread Richard Davey
Hello bill, Tuesday, February 24, 2004, 4:17:42 PM, you wrote: b> When I go from a normal php page (mod) to a cgi-based php page (stand b> alone), the session_start() function generates an error b> Warning: open(/tmp/sess_be0b03b8eb0ed759b10792d823099678, O_RDWR) b> failed: Permission denied (1

[PHP] session: permission denied (13)

2004-02-24 Thread bill
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 diff