User143067745 posted
Hi.
I am facing a serious problem. I have an application having an Monthly Payment Form, this form has two parts. If user fills first part some values are generated for second part and remaining part is filld by the user. Some of generated values are stored
in session also.
User is opening this form in multiple tab of a browser, and if he is working concurrently on both the tab my session values are being overwritten. For example if he fills first part in one tab and then swith to second tab and fills first
part of second tab(values in session will be overritten of first tab) then he saves to first tab's form, I am gettingt wrong values.
How to prevent user to open same link in multiple tab in same browser?
Thanks.