Re: php session GC error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Frank Stanovcak wrote:
> I'm trying to make sure that my sessions are timed out by my server.
> I'm running it on winxp, and my php.ini contains the following
> 
> session.gc_probability = 1
> session.gc_divisor     = 1
> 
> ; After this number of seconds, stored data will be seen as 'garbage' and
> ; cleaned up by the garbage collection process.
> session.gc_maxlifetime = 30
> 
> I am now getting this error
> 
> PHP Notice: session_start() [function.session-start]: ps_files_cleanup_dir: 
> opendir(C:\WINDOWS\TEMP\) failed: No such file or directory (2) in 
> C:\Inetpub\wwwroot\Envelope1\edit\EditMain.php on line 2
> 
> What do I have to do to make this work right?
> 
> Frank 
> 
> 

Does C:\WINDOWS\TEMP\ exist?

-- 
Thanks!
-Shawn
http://www.spidean.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux