Hmm… I want the system to access the session files to find an User.id in it. So I can update the database to show the online status of an user (if the user don't click on the logout button) Now the sessions are stored in the database and I want to minimize the overhead.
When I use the session handling by php I cant't access the session files. Or have you an idea to do that? Thanks Oliver On 22 Mai, 16:21, fr3nch13 <[EMAIL PROTECTED]> wrote: > By default cakephp uses php to manage sessions so check out the > session settings in php.ini > > check this out > > http://www.mail-archive.com/[email protected]/msg17723.html > > On May 22, 7:54 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > Hello, > > > when will old session data be deleted when I use cake as > > sessionhandler (Configure::write('Session.save', 'cake');) ? > > I set that config in the core.php yesterday and I looked today in the > > CakePHP's /tmp directory and there are a lot of files from yesterday. > > > Thanks > > Oliver --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
