Displaying 1 result from an estimated 1 matches for "65bfb267dc928c66f3d0714d89faf43e".
2008 Aug 11
0
Rails Environment Config
...ome of my app
config settings with that in the Facebook Platform Development guide and
have a few questions.
1. application.rb
config.action_controller.session_store = :active_record_store
config.action_controller.session = {
:session_key => "_xxx_session",
:secret => "65bfb267dc928c66f3d0714d89faf43e"
}
If I''m using active_record_store above is the
config.action_controller.session params required or conflicting?
2. environment.rb
Rails::Initializer.run do |config|
config.action_controller.allow_forgery_protection = false
application.rb
protect_from_forgery :secret => '...