To provide function "Last login time" I need to track time when user logout. Even if he do this silently (by $lifetime idle). When user calls logout.php everything is very simple for me. But not in $lifetime case. How can I do this?

Thanks a lot!