Has anyone created a log table for when users login?
What's the best approach for tracking users logging in?
I was thinking of creating a table in MSSQL with
LogDate - Time/Date of login,
USERID - username
MACHIP - IP address of the machine.
Can someone help me how to to the add record to another table?
Which part of the General Event should I add the code.
Thanks,
John