i have a log in web application ....
i want restrict the user for particular no of users
what is procedure to develop thus application
Answers were Sorted based on User's Feedback
Answer / 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 |
What is struts2 in java?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the difference between struts and spring?
explain method overridding method overloding with examples?
Can we integrate struts with spring?
Explain the components of struts?
What is the purpose of @intrangefieldvalidator annotation?
How can we upload files in Struts2 application?
What is the purpose of @conversionerrorfieldvalidator annotation?
how can u handle run time exceptions in struts and jsp plz explain briefly not single word answer?
what is is the use DynaActionForm?
How exceptions are handled in struts application?