# File lib/authlogic/session/cookies.rb, line 136
        def httponly
          return @httponly if defined?(@httponly)
          @httponly = self.class.httponly
        end