40 pts.
 limit the users of a particular web application
how to limit the users of a particular web application you are developing ?

Software/Hardware used:
ASKED: January 5, 2013  4:49 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Are the users internal or external? Do you want to restrict by a user ID or by number of users? If by ID, then you would need some sort of verification to a table or by using a cookie perhaps.I am assuming you want to limit access after the application is complete not during the development. If it is to be during development are they are going to be the QC people doing the testing? You can go a few different ways..

 3,915 pts.