ExpressionEngine
25 March 2026
ExpressionEngine Tag Caching
I've recently had an interesting project, that required the checking of a 3rd party site to confirm that a user was allowed access to read certain pages. To do this, I wrote a simple Addon, with a single tag that performed the check, by requesting a specific url (basically exampledomain.tld/check/{magiccode}/{anothercode}). Upon success that page would return either a positive response or a negative one