R
Ron J
I would like to keep track of users when they are 'on'. On Session_Start I
can write a DB record about them, but there does not seem to be session
variable information during the Session_end event which I could use to
update the record that they are logged out. This would also be nice to limit
multiple logins.
Is there a preferred way to track users login / logout /session time and
multiple logins ?
TIA
can write a DB record about them, but there does not seem to be session
variable information during the Session_end event which I could use to
update the record that they are logged out. This would also be nice to limit
multiple logins.
Is there a preferred way to track users login / logout /session time and
multiple logins ?
TIA