How to differ sessions in browser-tabs?

后端 未结 21 1733
情深已故
情深已故 2020-11-22 08:48

In a web-application implemented in java using JSP and Servlets; if I store information in the user session, this information is shared from all the tabs from the same brows

21条回答
  •  广开言路
    2020-11-22 09:07

    I developed a solution to this problem recently using Cookies. Here is a link to my solution. I have also included sample code of the solution using ASP.NET, you should be able to adapt this to JSP or Servelets if you need.

    https://sites.google.com/site/sarittechworld/track-client-windows

提交回复
热议问题