Skip to content

Instantly share code, notes, and snippets.

@jodosha
Created December 15, 2010 12:10
Show Gist options
  • Save jodosha/741896 to your computer and use it in GitHub Desktop.
Save jodosha/741896 to your computer and use it in GitHub Desktop.
ActionController::Base.session = {
:key => '123abc',
:secret => 'xxx',
:key_prefix => 'prefix',
:expire_after => 1.hour
}
ActionController::Base.session_store = :redis_session_store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment