Re: php session GC error
- From: blindspotpro@xxxxxxxxxxx ("Frank Stanovcak")
- Date: Tue, 13 Jan 2009 16:22:35 -0500
"Nathan Rixham" <nrixham@xxxxxxxxx> wrote in message
news:496D03D3.2060607@xxxxxxxxxxxx
Frank Stanovcak wrote:ok...let me try it like this.
"Shawn McKenzie" <nospam@xxxxxxxxxxxxx> wrote in message
news:F8.EF.24097.E510D694@xxxxxxxxxxxxxxx
Frank Stanovcak wrote:Yes it does, well C:\Windows\Temp does, but win isn't case
I'm trying to make sure that my sessions are timed out by my server.Does C:\WINDOWS\TEMP\ exist?
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
--
Thanks!
-Shawn
http://www.spidean.com
sensitive...does it matter to PHP?
try changing it to the correct case then come back and tell us if case
matters? :)
how do I explicitly tell PHP in the ini what directory to use for session
storage and cleanup. I've been googling for about an hour now, and am just
getting more frustrated. :(
The server is a single purpose server, and it will remain that way, so I
don't want to have to code ini settings into each page. :)
Frank
.
- Follow-Ups:
- Re: php session GC error
- From: Shawn McKenzie
- Re: php session GC error
- References:
- php session GC error
- From: "Frank Stanovcak"
- Re: php session GC error
- From: Shawn McKenzie
- Re: php session GC error
- From: "Frank Stanovcak"
- Re: php session GC error
- From: Nathan Rixham
- php session GC error
- Prev by Date: Re: [PHP] switch vs elseif
- Next by Date: Re: [PHP] switch vs elseif
- Previous by thread: Re: php session GC error
- Next by thread: Re: php session GC error
- Index(es):