Is there any way to extend the SessionComponent? I'm currently in the process of porting a classic PHP site to CakePHP and that site had a custom session controller that used a database table and had an extra column that linked that session to a user identifier.
So if I wanted to get a list of all the users currently logged in I could just query that column. However I am not sure how to accomplish the same thing using CakePHP. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
