Skip to content

Commit

Permalink
The digest option is no longer honoured since Rails 3.0 [ci skip]
Browse files Browse the repository at this point in the history
Closes #8513
  • Loading branch information
chancancode committed Mar 20, 2014
1 parent 850f59f commit 3980d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module Session
# decode signed cookies generated by your app in external applications or
# Javascript before upgrading.
#
# Note that changing digest or secret invalidates all existing sessions!
# Note that changing the secret key will invalidate all existing sessions!
class CookieStore < Rack::Session::Abstract::ID
include Compatibility
include StaleSessionCheck
Expand Down

0 comments on commit 3980d40

Please sign in to comment.