$User->Is_Logged_In() not working
-
registration process is ok and registered users are visible in admin. But after login I always see the not logged content with next php code
<?php $User = new FEUP_User();
if ($User->Is_Logged_In()) {
// logged content
}
else
{
// not logged content
}?>Any ideas?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘$User->Is_Logged_In() not working’ is closed to new replies.