Session save path
From Joomla! Documentation
Revision as of 14:39, 13 April 2008 by Chris Davenport (Talk | contribs)
| This article is a small, well-defined item that could be completed by someone with a reasonable knowledge of the subject matter and a modest time commitment. If you would like to try writing this article you're welcome to do so.
The subject may be self-evident, but if not then further details should be available on the discussion page. Please add {{inuse}} at the top of this page while editing. For other small, well-defined tasks, please look in the Cookie jar. ---Thank you. This article was last edited by Chris Davenport (talk| contribs) 5 years ago. (Purge) |
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.