Setting a Client Timeout to mimic SessionTimeout
ColdFusionI just learned today that Hal Helms' site contains a reference to Brian Kotek's brilliant CustomTag, ClientTimeout.cfm. In high-traffic sites with clustered CF servers, most folks seem to agree that Client variables using a data source for storage is more scalable than Session variables. But this finally allows one to easily set a "ClientTimeout" globally to the application by putting it in the Application.cfm/.cfc. I'm sure many folks may have already known this, but it's new to me ;-)




Loading....