roidrage / redis-session-store

A simple session store for Rails based on Redis.
http://github.com/roidrage/redis-session-store
MIT License
366 stars 147 forks source link

Add TTL refresh to reduce cache misses #65

Closed aurcioli-handy closed 8 years ago

aurcioli-handy commented 8 years ago

if refresh_ttl is set to true the TTL of the Redis key containing the session will be refreshed. This should stop active sessions from expiring.