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