Returns the number of time a particular user is logged in the system, 0 is returned if the user is not logged in
An instance of an object that belongs to the SystemUser group
IF NMB_OF_SESSIONS(RegularUser) > 1 THEN REPORT ERROR 'User can only be logged in once'