2
I have a PHP system that uses Sessions to store items, I recently noticed that when the user simultaneously opens 2 tabs of the browser upon completing the request the system groups or understands that Session is one, how best for the system to treat as independent Sesssions?
but Session is really one, you need to generate the page using POST variables that are not possible to duplicate between tabs.
– Sveen