Module: Protection::SessionFixationAttack
- Extended by:
- ActiveSupport::Concern
- Included in:
- Aikotoba::Authenticatable
- Defined in:
- app/controllers/concerns/aikotoba/protection/session_fixation_attack.rb
Instance Method Summary collapse
Instance Method Details
#prevent_session_fixation_attack ⇒ Object
9 10 11 |
# File 'app/controllers/concerns/aikotoba/protection/session_fixation_attack.rb', line 9 def prevent_session_fixation_attack reflesh_session end |