Hi, I would like to ask how to handle session between multiple tabs in ASP.NET.
Problem Faced: User A, using Tab A, and duplicate Tab A, lets name it as Tab B. Hence, now there is Tab A and Tab B.
When User A use Tab A to modify records, and uses Tab B to delete records, it will cause concurrency error, as Session issue.
Any ways to overcome this issue?
Regards,
Arthur.