how to get username on logout event from HOTSPOT?

I’m trying to write a script to get username on user logout event (user profile) from HOTSPOT. Any idea?

I am not a scripting guru here so I have another idea??

Can you log to syslog?

If so, then take a look at SYSLOG2ODBC.

You can dirrect syslog “log entries” to a SQL compliant data store and then slice and dice it as you see fit..

This will also remove load from you router (proccessing scripts) and let it get back to routing.

I use MS SQL server and I have triggers on the table to look for events I am interrested in..

Craig