Hi
I have a scaling setup, with a load balancer, and I have an issue with the user session (If I get switched to another instance I lose my user session)
I’m looking to set REDIS as a session handler
I have been trying this, here: vendor/shopware/core/Framework/Resources/config/packages/framework.yaml
framework:
cache:
app: cache.adapter.redis
default_redis_provider: 'redis://redis.server'
But it does not work
Any suggestions?