International PHP Conference Munich 2025

Voting

: six plus two?
(Example: nine)

The Note You're Voting On

skds1433 at hotmail dot com
15 years ago
I pulled a really stupid move. If you are trying to debug your garbage collector, make sure you call the following >>> BEFORE <<< "session_start":

<?php
ini_set
('session.gc_probability', 100);
ini_set('session.gc_divisor', 100);
?>

I was sure it was a bug in PHP, but turned out (like 99% of the time) to be me own fault.

<< Back to user notes page

To Top