V
Venkat
Hi
I am trying to limit the number of sessions that a single user has on
a TS.
For this I thought I can write a service that will run always. When a
logon occurs, It will make an entry to a database (or text file). On a
subsequent logon by the same user it will check with the file and if
the count is more than what is permitted, it will log him off.
But the problem is, how can my service know when a user is logging on.
Is there some API or event or something for this.
Or is there some other way of doing this.
Regards
Venkat
I am trying to limit the number of sessions that a single user has on
a TS.
For this I thought I can write a service that will run always. When a
logon occurs, It will make an entry to a database (or text file). On a
subsequent logon by the same user it will check with the file and if
the count is more than what is permitted, it will log him off.
But the problem is, how can my service know when a user is logging on.
Is there some API or event or something for this.
Or is there some other way of doing this.
Regards
Venkat