I'm sorry, forget gc_maxlifetime, it think it's ignored when using the
database.
The other two determine when __gc is called by php. If you add this:
ini_set('session.gc_divisor', 1); __gc will be called in every request
(not recommended for production, obviously).
Try adding some logging to __gc to see what's happening.On Apr 1, 4:20 pm, "jyrgen" <[EMAIL PROTECTED]> wrote: > ...but wait, these settings are only relevant for the PHP internal > session management, while cake brings its own gc routines. > or does it behave similar to PHP sessions by taking these > values into account ?? > sorry but i just don't get it. looking at the sources doesn't bring > me any further here.. > > thanks again, jyrgen > > ps. can somebody of the developer guys (nate?) make it clearer ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
