I have a system in PHP that uses sessions to store the items, I noticed recently that when the user simultaneously opens 2 browser tabs when completing the request the system groups or understands that the session is only one, what is the best way for does the system treat as independent sessions?