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

How to load session from id? #105

Open yannski opened 6 years ago

yannski commented 6 years ago

With the activerecord-session_store gem, when I want to manipulate the session on the server's side I used to call ActiveRecord::SessionStore::Session.find_by_session_id. What's the equivalent with redis-session-store?

scottrblock commented 5 years ago

Would also find this useful