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
Explain the core end goal while using java struts?
What is action servlet in struts?
What are the conditions for actionform to work correctly?
What is struts framework in java?
Which file is used by controller to get mapping information for request routing?
What does the term struts mean?
What are inner class and anonymous class?
What is the purpose of execute method of action class?
Can you explain struts validator framework?
How an actionform bean is created?
how to debug struts project in netbean ?
Is struts compatible with other java technologies?
What is struts in java with example?
Which technologies can be used at view layer in struts?
What is Custom Type Converter in Struts2?