prob with starting session

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bugthefixer
Forum Contributor
Posts: 118
Joined: Mon Mar 22, 2004 2:35 am

prob with starting session

Post by bugthefixer »

i hav a prob with starting session..
i get an error as belowWarning: open


(/tmp\sess_c9555237b01c92298fddc03e3800c19e, O_RDWR) failed: m (2) in c:\program files\apache group\apache\htdocs\station1.php on line 2
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Verify that your path set in php.ini (under session.save_path) exists.
Post Reply