[TYPO3-dev]  $TSFE->set_no_cache()
    Steffen Kamper 
    info at sk-typo3.de
       
    Fri Dec  4 00:06:20 CET 2009
    
    
  
Hi,
it was considered that $TSFE->set_no_cache() is bad and therefore it 
logs to syslog whenever it is used. This was target to extensions using 
this to find out if extension does this and prevent caching of the page.
But there is a big conflict now, because the admin panel also does this. 
And this is correct because with admin panel you want to disable cache 
for debugging page output. So now core self triggers a lot of syslog 
entries there when using admin panel.
Solution would be to disable the logging for $TSFE->set_no_cache() when 
admin panel is active.
vg Steffen
    
    
More information about the TYPO3-dev
mailing list