Hi Matt,
I'm not sure I understand your request but I think you can do what you need using the engine ID:
https://docs.royalapps.com/r2023/royalts/reference/connections/web-page-chrome.html#engine-id
By default the engine ID is the GUID of the connection object in Royal TS - which means that each connection has it's own storage. You can put an arbitrary string in here and every other connection with the same string will share that storage (incl. cookies).
Let me know if this helps.
Regards,
Stefan
I'm talking about Cookie Storage. Right now we have Global, which means the entire Royal TS(x) app, or Isolated, which means "Just that web connection".
What I'm asking for is the ability to have all the Web connections that are in the same File (or even Folder) share the same Cookie storage. That way all your M365/Google/Okta logins will work, and be kept seperate from any other cookies in another Royal file (or folder perhaps).
You could even have it so you "Inherit from Parent", which would accomplish the same thing and keep within the Royal way of doing things.
Hi Matt,
you posted a screenshot for Royal TSX on mac OS. This is the wrong forum here. I also want to point out that the web page connections differ depending on the platform. On Windows we have a Chromium based plugin which allows certain configurations in this area and on macOS we are using a Safari based plugin. These plugins are fundamentally different under the hood and offer different configuration options. Please post your macOS related question to this forum: https://support.royalapps.com/support/discussions/forums/17000122803
Thanks,
Stefan
Matt Healey
At the moment we have Global and Isolated options for Cookie/Session storage on the web plugin. I'd like to be able to have one in between the two that shares the data just within the current file. That way, Office/Google/Okta logins will work for all web tabs in the same file.