Aaron,
> On 21. 8. 2024, at 1:16, Aaron Rosenzweig wrote:
> Sounds like maybe your session is in the URL?
Nope, we store them in cookies.
> What if you put the session in a cookie? Then it’s not possible to have
> multiple tabs in the same browser. The last tab wins.
Alas, that's not how th
If you open a second tab, using cookies, they are shared.
If you continue doing more than 30 actions or so in the second tab, and then
later try to do 1 action in the first tab, it will break. The first tab will
try to do something but the page is out of the backtrack cache already.
Last tab