Is there a way to add a TTL to sessions stored in Redis by Active Record Session Store without cookies getting an expiration date to match? I don't want my users' cookies stored and my understanding is that if cookies have an expiration, browsers will try to store them on disk. I'm trying to avoid the risk of session re-use if possible.
↧