[Typo3-dev] How to add cHash?

Chi Hoang chibo at gmx.de
Sat Aug 20 12:25:11 CEST 2005


Stefan Beylen schrieb:
> Abstract: is there a way to add cHash params when linking to _another_ 
> page (not the current one)


You could calculate the cHash by your own:

for example:
$cHash_calc = 
t3lib_div::shortMD5(serialize($GLOBALS['TSFE']->cHashParams($getParams)));

See also http://typo3.org/development/articles/the-mysteries-of-chash/

Greets,

Chi




More information about the TYPO3-dev mailing list