J
John
Hi,
I have an asp.net application. I'd like to limit the
companies using it to a set number of users logged in at
any one time. However, some users, on a single client PC
might want to have multiple browser sessions open at one
time and I only want to count this as one user.
I was hoping that there was some way to uniquely identify
a client PC. I thought maybe I could get something like
the MAC address in combination with the IP address. I
think I can get the client IP address by doing a
Dim ClientIp as string = Request.UserHostAddress
but this seems to often be duplicated (perhaps the address
of a gateway).
Does anyone know how I might get the MAC address or some
other unique identifier of a Client workstation.
Thanks,
JOhn
I have an asp.net application. I'd like to limit the
companies using it to a set number of users logged in at
any one time. However, some users, on a single client PC
might want to have multiple browser sessions open at one
time and I only want to count this as one user.
I was hoping that there was some way to uniquely identify
a client PC. I thought maybe I could get something like
the MAC address in combination with the IP address. I
think I can get the client IP address by doing a
Dim ClientIp as string = Request.UserHostAddress
but this seems to often be duplicated (perhaps the address
of a gateway).
Does anyone know how I might get the MAC address or some
other unique identifier of a Client workstation.
Thanks,
JOhn