Identifying Browser Tabs

Hi - I have managed to resolve the issue and now have a tabID

As such, if a user opens in a new tab and goes to the home page of my app, it generates a new unique tabID for that tab.

However, if a user clicks "Open in New Tab" or "Duplicate Tab" in their browser, guess what, they now have two tabs with the same tabID. If Session Variables were enabled, would the same issue still exist?