Prevent grouping of PHP Sessions

Asked

Viewed 20 times

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?

  • 1

    but Session is really one, you need to generate the page using POST variables that are not possible to duplicate between tabs.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.