Scriptcase Security Module Logout Log

Hi,

I noticed that Scriptcase Security Module does not insert a log record whenever a user logs out. They only insert a access record with blank user in the log table. I think it would be better to insert a logout record once a user logouts instead.

//current
user: <blank>
application: Login_app
action: access

//suggestion
user: my_username
application: Login_app
action: logout