# File lib/brakeman/checks/check_session_settings.rb, line 59
  def process_call exp
    if tracker.options[:rails3] and settings_target?(exp.target) and exp.method == :session_store
      check_for_rails3_issues exp.second_arg, @app_tree.expand_path("config/initializers/session_store.rb")
    end

    exp
  end