Welcome Guest, Not a member yet? Register   Sign In
Session File (GC problem)
#6

(04-22-2015, 07:51 AM)Lucas_BP Wrote: ; Defines the probability that the 'garbage collection' process is started
; on every session initialization. The probability is calculated by using
; gc_probability/gc_divisor. Where session.gc_probability is the numerator
; and gc_divisor is the denominator in the equation. Setting this value to 1
; when the session.gc_divisor value is 100 will give you approximately a 1% chance
; the gc will run on any give request.
; Default Value: 1
; Development Value: 1
; Production Value: 1
; http://php.net/session.gc-probability
; Production Value: 1
; http://php.net/session.gc-probability
session.gc_probability = 0

I couldn't give a better explanation than what's already written ...
Reply


Messages In This Thread
Session File (GC problem) - by Lucas_BP - 04-20-2015, 06:18 AM
RE: Session File (GC problem) - by CroNiX - 04-20-2015, 08:30 AM
RE: Session File (GC problem) - by Lucas_BP - 04-21-2015, 06:11 PM
RE: Session File (GC problem) - by Narf - 04-22-2015, 03:11 AM
RE: Session File (GC problem) - by Lucas_BP - 04-22-2015, 07:51 AM
RE: Session File (GC problem) - by Narf - 04-22-2015, 08:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB