Page 1 of 1

weird session error

Posted: Mon Dec 11, 2006 2:45 pm
by Burrito
every once in a while I get an error like this that I've never seen before. If I refresh the page it goes away...but it's troubling.

anyone seen this and/or know how to address it?

Code: Select all

File Where Error Occurred: session.inc.php Line Number: 14

Error Description: session_start() [function.session-start]: ps_files_cleanup_dir: opendir(C:\WINNT\TEMP\) failed: Invalid argument (22)

Re: weird session error

Posted: Mon Dec 11, 2006 2:53 pm
by John Cartwright
Burrito wrote:or know how to address it?
I wish I had something more insightful, but don't use windows :wink:

Posted: Mon Dec 11, 2006 4:54 pm
by Burrito
does anyone else have anything even remotely beneficial to add

:evil:

Re: weird session error

Posted: Tue Dec 12, 2006 12:49 am
by dibyendrah
Burrito wrote:every once in a while I get an error like this that I've never seen before. If I refresh the page it goes away...but it's troubling.

anyone seen this and/or know how to address it?

Code: Select all

File Where Error Occurred: session.inc.php Line Number: 14

Error Description: session_start() [function.session-start]: ps_files_cleanup_dir: opendir(C:\WINNT\TEMP\) failed: Invalid argument (22)

Try setting the session_save_path to somewhere rather than C:\WINNT\TEMP and restart the web sever.