essjay_d12 Posted May 30, 2006 Share Posted May 30, 2006 I think somewhere along the lines i need to change the session folder settings because im gettin gthe following error....[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]Warning: session_start(): open(/tmp\sess_0e1a0b054d6174467a824eecf0560b3e, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\dvdreviewer\default.php on line 1Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\dvdreviewer\default.php:1) in C:\Program Files\Apache Group\Apache2\htdocs\dvdreviewer\default.php on line 1Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Program Files\Apache Group\Apache2\htdocs\dvdreviewer\default.php:1) in C:\Program Files\Apache Group\Apache2\htdocs\dvdreviewer\default.php on line 1[/quote]I'm sure the last time I was having this problem it was about where the session files were being kept on the apache server, but I can't remember how to change it!!Please helpTHanksd Quote Link to comment https://forums.phpfreaks.com/topic/10763-session-folder/ Share on other sites More sharing options...
Honoré Posted May 30, 2006 Share Posted May 30, 2006 session.save_path parameter in php.ini file ? Quote Link to comment https://forums.phpfreaks.com/topic/10763-session-folder/#findComment-40204 Share on other sites More sharing options...
essjay_d12 Posted May 30, 2006 Author Share Posted May 30, 2006 Yeah that was the problem cheers Quote Link to comment https://forums.phpfreaks.com/topic/10763-session-folder/#findComment-40205 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.