Module | Authlogic::ActsAsAuthentic::SessionMaintenance::Config |
In: |
lib/authlogic/acts_as_authentic/session_maintenance.rb
|
This is more of a convenience method. In order to turn off automatic maintenance of sessions just set this to false, or you can also set the session_ids method to a blank array. Both accomplish the same thing. This method is a little clearer in it‘s intentions though.
The name of the associated session class. This is inferred by the name of the model.