I have a site that uses simple HTTP authentication, and I have a major account sharing problem. I need each person to have his or her own account, but people just spread their accounts left and right.
I know you can't do much with HTTP auth, but is there any way, for example, to check if multiple users are logged into a single username at once?
Or is there some way to get the currently logged username on the client machine through PHP?
I know you can't do much with HTTP auth, but is there any way, for example, to check if multiple users are logged into a single username at once?
Or is there some way to get the currently logged username on the client machine through PHP?
Comment