How to detect if user open two tabs for same session?

后端 未结 4 1098
暖寄归人
暖寄归人 2020-12-08 11:23

I\'ve done a booking application done using CakePHP which involves a few steps before the checkout page. In between these steps I store the information in the session.

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 12:06

    1.The same problem (and solution) : https://sites.google.com/site/sarittechworld/track-client-windows

    2.You can send information by POST or GET

提交回复
热议问题