How I can know who is login to the system? I'm looking for a good method, that allow track all users. I know that Apache logs can give me such information. But it requires parsing and etc.
What is the good method to truck login users?
Thanks
if you are using a database backend simply store login data in a table. perhaps a pair of timetsamp fields to track when a user logged in and out.