aquilai Posted January 24, 2008 Share Posted January 24, 2008 Hi guys, Heres the beef, I am building an online store for a friend and everything was working perfectly, I thought i'd just check to see it worked with cookies disabled and started getting these errors showing up left right and charlie, ********************************************************************************** Warning: session_start(): The session id contains invalid characters, valid characters are only a-z, A-Z and 0-9 in /home/tfc/public_html/Test Site/processCart.php on line 2 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/tfc/public_html/Test Site/processCart.php:2) in /home/tfc/public_html/Test Site/processCart.php on line 2 Warning: Cannot modify header information - headers already sent by (output started at /home/tfc/public_html/Test Site/processCart.php:2) in /home/tfc/public_html/Test Site/processCart.php on line 33 Warning: Unknown(): The session id contains invalid characters, valid characters are only a-z, A-Z and 0-9 in Unknown on line 0 Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 ************************************************************************************ Also why am I now getting header errors (which I assume it is giving me because there is output before the header) when this worked without errors when cookies where enabled, why would that have changed?? cheers for any help! Quote Link to comment Share on other sites More sharing options...
pdkv2 Posted January 24, 2008 Share Posted January 24, 2008 http://in.php.net/session Quote Link to comment Share on other sites More sharing options...
trq Posted January 24, 2008 Share Posted January 24, 2008 You need to make sure both use_trans_sid and use_cookies are enabled, and use_cookies_only is disabled in your php.ini. Don't forget to restart apache if you need to make these changes. Quote Link to comment Share on other sites More sharing options...
aquilai Posted January 26, 2008 Author Share Posted January 26, 2008 Much appreciated guys, seems to have done the trick. Quote Link to comment 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.