How to process data of one client in different browser tabs? [closed]

There is such a difficulty. The client fills out a form on the site, with data on several clients, and does it not in turn, but in parallel, in several browser tabs. The question is, how to process such data?

If you store such data in sessions or cookies, they can be overwritten, I talked about localsession, but you can only work with it from js, is there a solution in php?