How can i allow multiple tab browser sessions? I've done research and found this line of code:
<sessionState mode="InProc" cookieless="UseUri" />
I was not allowed to use this because the url was displaying the session id on every tab. Are there any other way else i can allow unique session id in multiple tabs? Does any other state managements available is able to work in multiple tabs?