Simultanious Login .htpasswd

Status
Not open for further replies.

hdtrgerx

New Member
Messages
2
Reaction score
0
Points
1
Hello everyone my first time on here... i was just wanting to know i have a login system setup with .htpasswd and .htaccess everything works perfectly :) BUT i was wanting to limit the amount of multiple logins for example:

device1 device2 device3 device 4 all are logged in but if the user adss a 5th logged in device it either refuses the login attempt or it somehow lets me know of the 5th login??

any ideas
Thank you
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
This sounds like something that should be done using PHP alongside a MySQL/SQLite database or a text file (obviously restrict access to it using '.htaccess').
 

hdtrgerx

New Member
Messages
2
Reaction score
0
Points
1
firstly PHP aint my thing?? i am a beginner. do you have any examples i could look at? or could you train me on how (i am a quick learner) ? i know python/java so i am guessing it would make things easier :p

Thank you
 
Status
Not open for further replies.
Top