# File lib/authlogic/session/foundation.rb, line 62
        def persisted?
          !(new_record? || destroyed?)
        end