When using multiple instances of StoRM WebDAV to serve content behind DNS load balancing problems may arise with sessions, especially when OIDC auth is enabled.
This problem can be solved by using sticky sessions in a LB in front of webdav, or by externalizing the session store used by the replicas.
This issue tracks the enhancements required to storm-webdav to introduce support for an external redis session store.