Tracking user login/logout



I'm looking for a method that tracks each Terminal Services user by
connection, showing when they logged in and logged out. Ideally this would
generate a simple log file that shows the user, their connection number,
time/date of start&end of the connection, and maybe an exit code showing why
they disconnected.

Everything I've found here and elsewhere online just talks about turning on
user audit and checking the event log. This doesn't really work for us. For
one thing, some of our users have to establish multiple terminal sessions to
do their work, and the log events don't distinguish between which session is
ending. Also, it seems like some events -- such as a session getting reset
via TS Manager -- don't show up in the Event Log as expected. Mostly,
though, it's a matter of requiring too much effort to muddle through the
Event Log, even when filtered, to try to reconstruct the chronology of the
sessions.

I know I'm not alone in looking for a solution to this. Anyone have one?

Kevin

ps. Since my company is generating revenue hand over fist, any solution of
course has to cost $0.

.



Relevant Pages

  • RE: Tracking user login/logout
    ... > connection, showing when they logged in and logged out. ... > time/date of start&end of the connection, and maybe an exit code showing why ... some of our users have to establish multiple terminal sessions to ... > via TS Manager -- don't show up in the Event Log as expected. ...
    (microsoft.public.windows.terminal_services)
  • Re: intermittent Oracle session explosion
    ... Citrix server. ... contiguous memory from the shared pool and starts to flush ... the front-end panic and send in lots more new connection ... Eventually no more sessions can connect, ...
    (comp.databases.oracle.server)
  • Re: Plusnet revised Terms and Conditions
    ... This means that we will disconnect any sessions that ... > connection is in active use, ... > sessions ala dial-up except perhaps to assist in load balancing. ... It's a good thing from a security standpoint. ...
    (uk.telecom.broadband)
  • Re: [PHP] Clearing POST variable on page refresh
    ... On a much-visited page on a busy server, ... Since you don't want to use sessions, you can simply have one more ... $query = "insert into used_token(token, whatdate) values('$token', ... mysql_query($query, $connection) or die("Database Offline". ...
    (php.general)
  • Re: Proper log off procedure-RDP-Windows Server 2003 Standard
    ... what action to take regarding disconnected sessions. ... I am running Win2k3 Server Standard. ... clicking on the X on the RDP Toolbar at the top of the screen? ... > You write that this only happens on your second connection. ...
    (microsoft.public.windows.terminal_services)

Loading