G
Guest
Hi guys
I'm trying to create an updated list of which of my AD users are logged onto
each computer - there's about 29 computers and we use hotdesking!
I'm using Windows Integrated Authentication, so I know who the user is, and
I obviously know the Workstation name they are on.
My theory is that I could put something in Session_Start to store the
User/Workstation in a database, and I could put something in Session_End to
remove that record.
Any thoughts on any possible problems with that? Also, how can I guarantee
Session_End is fired when the user closes the browser?
Cheers
Dan
I'm trying to create an updated list of which of my AD users are logged onto
each computer - there's about 29 computers and we use hotdesking!
I'm using Windows Integrated Authentication, so I know who the user is, and
I obviously know the Workstation name they are on.
My theory is that I could put something in Session_Start to store the
User/Workstation in a database, and I could put something in Session_End to
remove that record.
Any thoughts on any possible problems with that? Also, how can I guarantee
Session_End is fired when the user closes the browser?
Cheers
Dan