If you keep track of login/logout time, you can just pick a list of users with a login time newer than their logout time.. There's probably more intelligent ways of doing this, but I can't think of any right now. :)
Cheers Jacob On Apr 17, 6:07 am, bondo <[email protected]> wrote: > Is it possible to get a list of users that are currently logged into > the system? I'd like to be able to log them out if I'm performing > maintenance on the system or even just the ability to log a single > user out for any reason. > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with > their CakePHP related questions. > > 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 > athttp://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
