Posted: Tue Oct 02, 2007 3:28 pm
Editing htaccess is only a local solution, you will still have problems in other folders/sites. I suggest you edit this second php.ini, note you have a ";" before session.save_path = /tmp, like this:
Remove the ; so it looks like this:
Then restart your VPS and it should work fine on the entire server.
Code: Select all
;session.save_path = /tmp
Code: Select all
session.save_path = /tmp