[TYPO3-core] RFC: #9599: [felogin] Enable Caching "USER" instead of "USER_INT"

Steffen Kamper info at sk-typo3.de
Thu Sep 3 00:35:00 CEST 2009


Hi,

i also was covered with the cache problem. Unfortunally olly's patch 
doesn't work for me.
The problem is: the switch works fine as long you are logged in in BE. 
But if not, all that doesn't work.
I even tried:
if ($GLOBALS['TSFE']->loginUser || t3lib_div::_GP('user') || 
$this->logintype == 'logout' || $this->piVars['forgot']) {
		// switch to USER_INT
	$this->pi_USER_INT_obj = TRUE;
	$this->pi_checkCHash = FALSE;
} else {
		// plugin is USER
	$this->pi_USER_INT_obj = FALSE;
	$this->pi_checkCHash = TRUE;
}
without success. I have the feeling that the typoscript from 
ext_localconf doen't affect as all.

I will do further examinations.

vg Steffen


More information about the TYPO3-team-core mailing list