OpenFire Session storage in cluster mode

Hello together,

I have successfully deployed an openfire cluster to kubernetes. But it is very annoying that i get logged out from the administration console all the time. I guess the reason is that the session is stored locally. Is there a way to use a central session storage such as redis or just the mysql database that we are using?

Sebastian

Openfire relies on Jetty to handle session management for the admin console. Unfortunately, Jetty itself is not currently clustered so there’s no way to cluster the admin console at this time.

Greg