Displaying 1 result from an estimated 1 matches for "_xxx_session".
2008 Aug 11
0
Rails Environment Config
...about link_to_remote I started comparing some 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 = f...