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 purpose of @after?
What is the use of execAndWait interceptor?
What is the purpose of @typeconversion annotation annotation?
What are the struts2 configuration properties that control file uploading process?
What is includeaction?
What are result types in struts?
What is package name in struts xml?
In how many ways duplicate form submission can occurs?
What is the purpose of @requiredstringvalidator annotation?
What is validate() and reset() functions?
Explain about how requests from the client are sent?
What is pojo in struts2?
What kind of mvc is struts 2?
What are the steps used to setup dispatch action?
What is the purpose of @key annotation annotation?