hi,
usually there is no need to modify your php.ini, because it comes
with session_handling set to *php*. garbage collection happens
automatically.
however you have access to certain parameters, for example
ini_set("session.gc_probability",1);
ini_set("session.gc_divisor",100);
will set the garbage collection probability to 1/100
cheers, jyrgen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---