Forum Discussion
clesan201305_11
Oct 27, 2014Nimbostratus
Google Authenticator iRule Verification
Hi,
I've been following this article:
https://devcentral.f5.com/articles/two-factor-authentication-with-google-authenticator-and-apm
To implement two-factor authentication with APM. After ...
Arie
Mar 04, 2015Altostratus
Here's another example:
Before:
set cookie_expire_date [clock format [expr [clock seconds] + $cookie_expire] -format "%a, %d-%b-%Y %H:%M:%S GMT" -gmt true]
After:
set cookie_expire_date [clock format [expr {[clock seconds] + $cookie_expire}] -format "%a, %d-%b-%Y %H:%M:%S GMT" -gmt true]
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects