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 are the two different types of validations that the validator framework supports?
Why do we use struts?
How action mapping is configured in Struts?
What is the procedure of operation of a form tag?
What is life cycle of an interceptor?
How exceptions are handled in struts application?
What is the purpose of @after?
Mark the differences between html tags and strut specific html tags.
How are interceptors and servlet filters different?
What is the purpose of @requiredstringvalidator?
Are interceptors and filters different?
How to upload struts file?
How we can configured action mapping in struts?
Does apache struts run on windows?
What is the purpose of struts.properties in struct2?