Difference between revisions of "Session save path"

From Joomla! Documentation

m (New page: Session save path : Unwriteable Solution:)
 
Line 2: Line 2:
  
 
Solution:
 
Solution:
 +
 +
Find the file php.ini, this is located in the same director as the installation of PHP
 +
 +
Open the file in a text editor and find session.savepath, this will look like :
 +
 +
session.save_path="C:\DOCUME~1\username\LOCALS~1\Temp\php\session"
 +
 +
We need to make this directory writable C:\DOCUME~1\username\LOCALS~1\Temp\php\session.

Revision as of 04:45, 7 April 2008

Session save path : Unwriteable

Solution:

Find the file php.ini, this is located in the same director as the installation of PHP

Open the file in a text editor and find session.savepath, this will look like :

session.save_path="C:\DOCUME~1\username\LOCALS~1\Temp\php\session"

We need to make this directory writable C:\DOCUME~1\username\LOCALS~1\Temp\php\session.