# File lib/authlogic/session/http_auth.rb, line 27
        def allow_http_basic_auth(value = nil)
          rw_config(:allow_http_basic_auth, value, true)
        end