# File lib/authlogic/session/cookies.rb, line 147
        def httponly?
          httponly == true || httponly == "true" || httponly == "1"
        end