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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -