Hello all, I'm trying to add Sessions to my site, but I am getting an error message.
All I have so far is <?php session_start(); ?> And it gives me three error messages: 2 like this: "Warning: open(/tmp\sess_..., O_RDWR) failed: No such file or directory (2) in ..." And another that says "Failed to write session data (files). Please verify that the current setting of session.save_path is correct..." I have tried fiddling around changing some settings in my php.ini, but nothing seems to work. All help is much appreciated. Thank you -bryan