[TYPO3-dev] Caching extension output without the cHash parameter

John de Stigter John.de.Stigter at bedrijvenweb.nl
Mon Aug 27 12:34:25 CEST 2007


> Subline:
> 
> The cHash way is easier to do and security tested. 
> 
> Fortunately I never needed to configure realUrl myself. I 
> would expect that it also hides the cHash, by "storing" it on 
> the server side. If so, why do you take the hard road?
> 
> Regards
> 
> Elmar
> 

Ok, ok, I know I should read manuals more often. My issue could be
solved very easy by a realUrl configuration setting in localconf.php.

All I needed to do was set "enableCHashCache" to 1. It says in the
manual:

If set, "cHash" GET parameters are stored in a cache table if they are
the only parameters left as GET vars. This allows you to get rid of
those remaining parameters that some plugins might use to enable caching
of their parameter based content.

Thanks for you input.

Cheerios,
John




More information about the TYPO3-dev mailing list