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
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
Sounds like maybe your session is in the URL?
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.
> On Aug 19, 2024, at 9:25 AM, ocs--- via Webobjects-dev
> wrote:
>
> Hi there,
>
> looks like the main cause of those
Hi OC,
This is a very complex question with many possibles solutions having their owns
problems...
If you use auto-magic WO with auto generated url using actions bindings with
complex pages, there is no safe way to support multiple concurrent tab or
windows in the same browser for these compon
Hi there,
looks like the main cause of those overlapping R/Rs which we ar clashing with
lately is that some users just open their session in more windows or tabs, and
work concurrently in those. Sigh.
It's self-evident why it is a pretty bad idea from the technical POV, but I am
afraid we can'