i have a log in web application ....
i want restrict the user for particular no of users
what is procedure to develop thus application
Answer Posted / dinesh
Add the one entry in db when any one login .,
then in login time we just check the no of logins in
and allow the next user , if size exceds means show the error msgg
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How you will display validation fail errors on jsp page?
What are the applications of struts?
What is validate() and reset() functions?
What’s the utilization of resource bundle properties file in struts validation structure?
Explain about the future of struts?
What is DynaActionForm?
Name the different types of actions found in struts.
What is difference between actionform and dynaactionform?
What is form bean in struts?
How is the action mapping specified?
What do you mean by inner class and anonymous class?
List the important attribute and elements of action mapping under struts.
Is struts 1 still supported?
What is the purpose of @keyproperty annotation annotation?