This method is not used in UserSpice and the isLoggedIn method is preferable. However, if a user is logged in and the user class is instantiated
This method is not used in UserSpice and the isLoggedIn method is preferable.
However, if a user is logged in and the user class is instantiated
<?php $check = $user->exists(); ?>
would return true. Otherwise, it would return false.