The site I am developing is currently on shared hosting. For some strange reason, every so often the session just dies. I have checked my code and there no issues. Nothing is killing the session in the code.
I get the following error
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
I looked at the session cookie that was created in Firefox. I noticed my cookie under the domain, but then I noticed another cookie under my site which read osCid. Now this is an oscommerce cookie, what is going on here?
My hosts have to said to me to write my session to a different directory. How can I do that?