Page 3 of 3

Posted: Tue Oct 02, 2007 3:28 pm
by Klemen
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:

Code: Select all

;session.save_path = /tmp 
Remove the ; so it looks like this:

Code: Select all

session.save_path = /tmp 
Then restart your VPS and it should work fine on the entire server.