[TYPO3-dev] TYPO3 4.1 BE Who is online not working correct => Bug 5092

Steffen Müller steffen at mail.kommwiss.fu-berlin.de
Wed Feb 28 22:21:58 CET 2007


Hi.

On 28.02.2007 19:56 Matthias Kall wrote:
> 
> I digged a little deeper into it and figured out that the bug is
> reproduceable. It occurs when
> $GLOBALS['TYPO3_CONF_VARS']['BE']['sessionTimeout'] is a string. This is
> the case whenever the value was modified by the install-tool.

string is not allowed in $GLOBALS['TYPO3_CONF_VARS']['BE']['sessionTimeout']
Integer only.

However, everything is working fine with sessionTimeout changed via
install-tool to e.g. 14400.

$GLOBALS['EXEC_TIME'].'<(ses_tstamp+.'.$GLOBALS['TYPO3_CONF_VARS']['BE']['sessionTimeout'].')';
                                   ^^^
does that mean
EXEC_TIME < ses_tstamp + 0.sessionTimeout ?


-- 
cheers,
Steffen




More information about the TYPO3-dev mailing list