Corrected indentation style
Set default in 'else' of if block
Fix indentation
Merge branch 'master' into reverting
Override default timer if set in system config
Cache authentication for a short time
Currently there is an authentication lookup for every GET; a single page load can cause dozens of lookups and hundreds of lines of logs (and continuous logs in the case of pages with widgets). This change allows pfsense to remember authentication, but forces recheck after a short time in case of access revocations/changes.
SESSION remembers authentication instead of checking for every HTTP request
Replace "client-cert-not-required" with "verify-client-cert none". Fixes #7073
View revisions
Also available in: Atom