Hi Everyone.
I have a web application and I want to limit it so only a set number of concurrent users can access the pages at the same time.
I want to allow the first 5 people that access the application to use it with no problem. But then when the 6th person attempts to access the application they get an error message. But I want it to be dynamic, so if one person leaves the pages then another person can go on.
Would I have to use a login screen to accomplish this? How else would I keep track of someone logging in and loggin out? I would much rather not use a login screen if I can avoid it.
I hope this makes sense! Any advice and/or suggestions would be greatly appreciated. Thanks in advance!
I have a web application and I want to limit it so only a set number of concurrent users can access the pages at the same time.
I want to allow the first 5 people that access the application to use it with no problem. But then when the 6th person attempts to access the application they get an error message. But I want it to be dynamic, so if one person leaves the pages then another person can go on.
Would I have to use a login screen to accomplish this? How else would I keep track of someone logging in and loggin out? I would much rather not use a login screen if I can avoid it.
I hope this makes sense! Any advice and/or suggestions would be greatly appreciated. Thanks in advance!