search for: 5fc0996

Displaying 1 result from an estimated 1 matches for "5fc0996".

Did you mean: 5fc0990
2009 Oct 13
1
config.action_controller.session[:secret] vs protect_from_forgery :secret
...;'s (supposedly) just a matter of sharing the same key and secret among the apps, like this: config.action_controller.session = { :session_key => ''_apps_session'', :secret => ''71b94f37789bbedf9062616218dab005f2ffae65de2cac6313423a70eeff07189c7694d71d5fc0996'' } This being put in config/environment.rb of all the apps you want the session to be share with. Now, some of the apps are returning in the HTTP response a session id (_apps_session=big number) that is different, even though they have the same session_key and secret. One thing that I...