Yesterday afternoon I posted a reply to Chris' post but apparently my
post was lost!

I had emptied the session table of all entries and registered a new
user for the site. A session record was inserted into the session
table for that user. That record is still in the table this morning.
It is though that garbage collection while using "database" is not set
for any time interval or for a very long interval.

What am I missing?

Peter -

On Jun 26, 5:54 am, jyrgen <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to