in reply to monitor users on win32

I think you have two options.

1) Use Win32::Eventlog to read and parse the event logs.

2) Create login/logout scripts that do all of this for you. With this method, you could have the scripts update a database which could be directly tied to any billing system and web display.

Hope this helps..
Rich