Andrew Ruthven 07c32697dd More testing of cached auth credentials
Test more scenarios, to make sure the cache is used or not used when
it should be.
2024-05-27 09:46:12 +12:00

8 lines
192 B
Plaintext

<?php
// testing auth caching with memcache
$c->auth_cache = true;
$c->auth_cache_secret = 'not safe, regression testing only';
$c->auth_cache_pass = 15 * 60;
$c->auth_cache_fail = 15 * 60;