But when I examine the cookies for the site, it's using the :key set in
the config/initializers/session_store.rb still.
Any idea how I go about overriding the :key in my environment files?
Thanks,
Andrew
I'm just moving the settings in config/initializers/session_store.rb to
environment.rb and overriding in my other environment file for the time
being which seems to work.