ASP.NET session id shared amongst browser tabs

前端 未结 6 1020
情深已故
情深已故 2021-01-05 01:42

I\'ve recently been developing a website using asp.net webforms that uses in proc sessions and I noticed that session ids are shared amongst browser tabs. So I was wondering

6条回答
  •  Happy的楠姐
    2021-01-05 02:13

    That's just how it is. You can't do much about it. Users are now accustomed to this behavior as it is consistent among famous internet sites like gmail, etc... so it shouldn't be much of a problem to them.

提交回复
热议问题