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
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
So, Application.config.session_store options hash ends up being passed to Redis.Client.new (in my case, on the file: .../redis-2.2.2/lib/redis/client.rb). So, my workaround is to parse the redis uri just the same way as it is done on config/initializers/redis.rb.
Also, the :expires key seems to end up in a limbo where it can't be neither a Fixnum nor a Time interval. :expire_after actually works and accepts a time interval which in turn is nicer for readability.
So, the relevant part of my config/initializers/session_store.rb ended up as: