[TYPO3-english] no_cache=0
Dmitry Dulepov
dmitry.dulepov+t3ml at gmail.com
Thu Jan 21 14:19:01 CET 2010
HI!
On 2010-01-21 14:25:30 +0200, marfola said:
> no_cache but am not convinced this is the right method.
> Can you tell where Pragma is set in typo3?
=============
$ grep -R -i "Pragma:" * | grep -v .svn
t3lib/class.t3lib_userauth.php:299: header('Pragma: no-cache');
typo3/sysext/cms/tslib/class.tslib_fe.php:3471: 'Pragma: public',
typo3/sysext/cms/tslib/class.tslib_fe.php:3892: header('Pragma: no-cache');
typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php:177: header('Pragma:
no-cache');
=============
But I do not hink it helps.
> As mentioned in my previous post:
> The no_cache flag is disabled in each template of my tree.
> config.no_cache = 0 in the main, top most template.
> SendCacheHeaders=1 in the main, top most template.
> My extensions aren’t USER_INT.
> None of my extensions are set to no_cache=1
> My unmapped urls return the proper header - cache control:private header.
> The mapped (realurls) return Pragma:no_cache as well as cache
> control:private header.
I afraid your case needs looking directly to your installation. It
would be hard to solve it through the mailing list. See if you can find
somebody around who can look to the source and find why this pragma is
set.
--
Dmitry Dulepov
"Trust me, I am a doctor!" (c) Gregory House, M.D.
More information about the TYPO3-english
mailing list