isGuest() function is dependent on session configuration.
It returns true when a user is not logged in.
if( isGuest() ) {
//session not logged in
}
init file and the database file dbconfig.php
must be properly configured along with the Session configuration system for this
function to work effectively.