Is the HttpSessionState.SessionID Property unique per browser process / tab?
That is, does each tab in each process have a unique Is the HttpSessionState.SessionID Property unique per browser process / tab?
Is the HttpSessionState.SessionID Property unique per browser process / tab?
That is, does each tab in each process have a unique Is the HttpSessionState.SessionID Property unique per browser process / tab?
This is cookie based (by default), so in most browsers the cookie is shared, and you have the same session across all tabs.
So no, it's usually not unique.