On 6/25/07, peterhf <[EMAIL PROTECTED]> wrote: > > I have looked at the "session management via a database table" > postings on this list including the excellent one at "session handling > set to 'database'". However, I did not find one that pointed me in the > desired direction. It is my belief that I do not have access to the > "php.ini" file that is referenced in the posting. Therefore, how do I > go about "garbage collecting" the expired sessions that are stored in > the database table on the host? >
It should be taken care of by the session handler itself. I've written a custom session handler before and I had to implement a "garbage collection" method as part of it. Without cheating and looking at the source, I'd guess that there is such a method in the CakePHP session handler that talks to a database. -- Chris Hartjes Senior Developer Cake Development Corporation My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
