Counting users logins on separate devices |
03-08-2018, 11:32 AM
(This post was last modified: 03-08-2018, 11:35 AM by ZeroNine. Edit Reason: typo )
I have a an application like many others where users are able to login to their account.
I have sessions stored in the database and everything is working smoothly. I realized that how the sessions work by default, under one user account, that user can technically log in to their account from many locations or devices at the same time. I know this because I can provide support by logging in as the user while they are logged in somewhere else. Knowing this, I was looking to figure a way out to monetize this by limiting this login count somehow and if a user wanted to log in with more than X amount of different locations on the same username/password account they would have to pay. Does anybody know how this would be possible? |
Messages In This Thread |
Counting users logins on separate devices - by ZeroNine - 03-08-2018, 11:32 AM
RE: Counting users logins on separate devices - by jreklund - 03-08-2018, 12:33 PM
RE: Counting users logins on separate devices - by ZeroNine - 03-15-2018, 01:51 PM
RE: Counting users logins on separate devices - by InsiteFX - 03-08-2018, 03:11 PM
RE: Counting users logins on separate devices - by Prateek - 03-09-2018, 05:02 AM
RE: Counting users logins on separate devices - by ZeroNine - 03-15-2018, 01:57 PM
RE: Counting users logins on separate devices - by jreklund - 03-09-2018, 08:07 AM
RE: Counting users logins on separate devices - by ZeroNine - 03-15-2018, 01:53 PM
RE: Counting users logins on separate devices - by skunkbad - 03-15-2018, 07:37 PM
|