Le 7 février 2012 08:45, Stephen McGuinness <webmcgu@xxxxxxxxx> a écrit : > I am trying to force the users behind my proxy to be forced into a > human interaction ACL at a certain time every night. I have it working > pretty well, but there is still traffic that is not getting blocked. > > From what I can figure out so far, if connections are active before > the time ACL kicks in, they are not forced to the ACL that requires > human inter-action, but not for all content. It seems that traffic > making it through has a mime type of application/javascript or > application/json, or no specified mime-type at all. > > Does anyone know how to reset all the connections without having to > restart the service, or something else more drastic like messing with > the system firewall? Your answer is here: # "nonce_garbage_interval" timeinterval # Specifies the interval that nonces that have been issued # to client_agent's are checked for validity. # # "nonce_max_duration" timeinterval # Specifies the maximum length of time a given nonce will be # valid for. > > As some more information, we use auth-digest, some very large ACLs, > and the external human-interaction based on time of day. > > Thanks- > > Steve