Session Files stored in \windows\temp???
Posted: Mon Jun 12, 2006 9:45 am
My session files are being stored in \windows\temp instead of the location designated by my php.ini file. This is causing garbage collecting problems. I want to know what might be putting them in the wrong spot.
My php.ini file has this line:
but the files in that directory are from 3/26 and 3/27 of this year.
I'm getting this error message:
I was able to locate current session files in \windows\temp. There are session files going back to 3/28 -- obviously I must have changed something but I don't know what.
So, what's the deal? By the way, sessions are working great in a production environment.
My php.ini file has this line:
Code: Select all
session.save_path = "d:/progra~1/php5/sessio~1"I'm getting this error message:
Code: Select all
session_start() [function.session-start]: ps_files_cleanup_dir: opendir(C:\WINDOWS\TEMP\) failed: Invalid argument (22)So, what's the deal? By the way, sessions are working great in a production environment.