TYPO3 4.7.19 piBase $GLOBALS['BE_USER'] get blank -


i have typo3 pibase extension. have debuged code , got following issue: when have logged "www", got value of $globals['be_user']. when have logged without "www", got blank array in $globals['be_user']->user.

i have tried:

$globals['be_user'] = t3lib_div::makeinstance('t3lib_tsfebeuserauth'); $globals['be_user']->start(); 

but still got blank array when login without "www".


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -