Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use shared redis for OMERO.web sessions #47

Open
manics opened this issue Aug 18, 2017 · 1 comment
Open

Use shared redis for OMERO.web sessions #47

manics opened this issue Aug 18, 2017 · 1 comment

Comments

@manics
Copy link
Contributor

manics commented Aug 18, 2017

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.

@manics
Copy link
Contributor Author

manics commented Sep 14, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant