The current implementation allows no configuration and sets the cache key 
within a namespace: "_session_id:#{sid}". The set CacheStore can use an 
additional namespace though.

https://github.com/rails/rails/blob/930110b0452bd33e0ee54e9ec6d68e904ba7a0ad/actionpack/lib/action_dispatch/middleware/session/cache_store.rb#L45

Anyone have any input on allowing a custom key like other session stores 
(dalli, redis-actionpack) or is there a specific reason why it has to be 
namespaced "_session_id"?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to