how handle when client send multiple request at atime for
multiple servlets servlets?
Answer Posted / shinde
use a session and a token, and pass the parameter using a hidden method.when the first request reaches the server store the token in a global variable.If a duplicate request comes, validate using the token form the global variable and discard the duplicate one.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of resourcebundle.properties file in Struts Validation framework?
What do you mean by tiles in struts?
What are action errors and error?
What is the purpose of struct-config.xml in struct2?
What is the life cycle of actionform?
What is xml based validation in struts2?
Do you need an alignment after replacing struts?
what is ACID test for fresh engineers??what is the pattern??
What are the sections into which a strut configuration file can be divided?
Explain about how requests from the client are sent?
What is the difference between session scope and request scope when saving formbean ?
Give an example where struts tiles may be used?
Explain about struts relation to html tags?
What does the term struts mean?
What are the 5 constants of action interface?