Skip to content

Commit

Permalink
セッション データベースストア
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny committed Jan 20, 2010
1 parent f058b40 commit c95f9d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions depot/app/controllers/application.rb
Expand Up @@ -6,10 +6,10 @@ class ApplicationController < ActionController::Base

# See ActionController::RequestForgeryProtection for details
# Uncomment the :secret if you're not using the cookie session store
protect_from_forgery # :secret => 'c44710ac164322be64aab9898f15daf2'
# See ActionController::Base for details
protect_from_forgery :secret => 'c44710ac164322be64aab9898f15daf2'

# See ActionController::Base for details
# Uncomment this to filter the contents of submitted sensitive data parameters
# from your application log (in this case, all fields with names like "password").
# from your application log (in this case, all fields with names like "password").
# filter_parameter_logging :password
end

0 comments on commit c95f9d5

Please sign in to comment.