Came across an interesting issue today... my touch screen view of NR, being faster than my phone, I noticed that changes to one device where not timely to the later. My phone is much slower at times.
I know the basic dashboard has no multi-user support, and each browser has it its own session, so as I understand it, short of tagging context variables, with a unique identifier, there is no straight forward way to keeping different sessions from being stepped on each other depending on which session last changed something that is in effect a shared context.
Just wondering how others may have tackled this multiple session issue? This is not a security requirement or anything complex like that, just how to isolate sessions in some basic way.
And if you actually do want to have a common shared view, is there a way to spike or has someone built into their flow logic a 'dirty' flag kind of logic, so sessions know to do an update/sync? The joys of client side context. ![]()