ID: 40249 Updated by: [EMAIL PROTECTED] Reported By: fredi_bieging at yahoo dot com dot br -Status: Open +Status: Bogus Bug Type: Session related Operating System: Linux PHP Version: 5.2.0 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2007-01-26 12:10:39] fredi_bieging at yahoo dot com dot br Description: ------------ I set the folowing variables in the php.ini, as follows: session.gc_probability = 100 session.gc_maxlifetime = 60 My aim was that after 60 seconds the garbage collector deleted the session files, so that the session expired. This didn't happen. I am sure that the php.ini is read, but anyway I put the following lines at the start of every script: ini_set("session.gc_probability", "100"); ini_set("session.gc_maxlifetime", "60"); Not a chance, it doesn't work. Thanks in advance. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40249&edit=1