[help]Session.save_path error
I keep getting this error can someone tell me how to fix and where to find the session.save_path.Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/2e) in Unknown on line 0. Thats the error.
---------- Post added at 01:13 AM ---------- Previous post was at 12:29 AM ----------
*BUMP* help plz
Re: [help]Session.save_path error
Open PHP.ini and search for session.save_path
You will find something like this: session.save_path = "C:/DOCUME~1/ALFRED~1/CONFIG~1/Temp"
Change "C:/DOCUME~1/ALFRED~1/CONFIG~1/Temp" to "C:/SESSIONS" and create a folder named SESSIONS in C:/
Re: [help]Session.save_path error
Do I have to put anything in that folder?
Re: [help]Session.save_path error
Quote:
Originally Posted by
Alaa
Do I have to put anything in that folder?
No ;D