Open Bisheshsingh opened 1 year ago
Methods: 1) We can use Redirecting Attributes. https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/mvc/support/RedirectAttributes.html Success Rate - 80%
2) We can use forms to send requests. (Previously Failed) Success Rate - 50%
Going with the first method
Using Json as bridge between web and java
Describe the bug Load Tests are failing because of sessions. Sessions uses server side data to store vars which is not good for our application as memory is getting used whenever a session is created by customer. Ad also some session ids are colliding.