I know that an ASP session uses some cookie IDs. But I donβt know how deeply he identifies the browser and which browser is in the correct session.
ASP sessions continue to work even if you turn off browser cookies because it works, and which variables necessary for ASP identify the browser in the correct session, for example, remote IP + Cookie + some header sent by the browser to continue the session identification please explain to me.
An example is the following question: Opening a new window to create a new session
When the browser opens a new window using Javascript, it saves cookies, but lost the link to the ASP session (even if the cookies are still there).
But if you just open a new window (or tab), the session will remain there.
source share