Logout Event Handler

Top  Previous  Next

A logout event handler is used to execute code when the user logs out or disconnects from the server.  Unlike the login event handler, these do not work in a chain.  Each one is fired in the order specified but with no ties to their peer handlers.  A common use for a logout event handler is to track the time the user spent logged in by updating a database with the exit time.