Commit 2f4bd214d5d25ade2828451200cf0e47a49bfbfe

Authored by Pius Uzamere
1 parent 6a774881

reverse unnecessary active 'protection', false bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/initializers/session_store.rb
... ... @@ -5,7 +5,7 @@
5 5 # Make sure the secret is at least 30 characters and all random,
6 6 # no regular words or you'll be exposed to dictionary attacks.
7 7 ActionController::Base.session = {
8   - :session_key => "_rebirth_session",
  8 + :session_key => "_rebirth_session_key",
9 9 :secret => "f86c832870682bd056afe09e8b328b1b"
10 10 }
11 11  
... ...