Module | Authlogic::Session::Persistence::InstanceMethods |
In: |
lib/authlogic/session/persistence.rb
|
Let‘s you know if the session is being persisted or not, meaning the user does not have to explicitly log in in order to be logged in. If the session has no associated record, it will try to find a record and persis the session. This is the method that the class level method find uses to ultimately persist the session.