You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think a single shared redis database is possible at the moment, because OMERO.web sessions are tied to a single OMERO.server. I think multiple OMERO.servers would need to store their sessions in the shared redis first.
Each OMERO.web instance was given its own redis server whilst investigating a major problem with sessions on the IDR: #38
This should be reverted to support future microservices which require a common session store.
The text was updated successfully, but these errors were encountered: