Run custom procedure on login
510477Jul 7 2010 — edited Jul 8 2010I'm using APEX authentication to allow users into the company application. I'd like to hitch onto the authentication mechanism and write essentially an audit record that shows who logged in when to the application. What's the best way to do this?
The other question is that I need to do the same thing when a user logs out... What we want to do is to try and build a kind of timecard for certain clerical users that triggers based on these events.