In my app, I have Rails.application.config.session_store :active_record_store in my config/initializers/session_store.rb, but dawnscanner still reported the Owasp Ror CheatSheet Session management issue.
It looks like this is due to the attack_pattern only looking for Application.config.session_store and not Rails.application.config.session_store