authenticate_ttl |
Squid maintains a cache of proxy authentication usernames and credentials. Squid periodically removes unused entries to keep memory usage down. This directive specifies how long Squid keeps entries in the proxy authentication username cache. A user's TTL is extended each time Squid receives a request from that user.
|
Syntax |
authenticate_ttl time-specification |
Default |
authenticate_ttl 1 hour |
Example |
authenticate_ttl 30 minutes |
Related |
authenticate_cache_garbage_interval, auth_param |