Per the last thread 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 = false
application.rb
protect_from_forgery :secret =>
''a7cabcdf1499df9ded55d8a3797d9387''
How are these two settings related, what''s the affect?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://rubyforge.org/pipermail/facebooker-talk/attachments/20080811/e0e96fd5/attachment-0001.html>