Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Function Function_List Miscellaneous Version:v4.8}} ====== NMB_OF_SESSIONS ====== ===== Description ===== Returns the number of time a particular user is logged in the system, 0 is returned if the user is not logged in ===== Parameters ===== An instance of an object that belongs to the SystemUser group ===== Example ===== <code aim>IF NMB_OF_SESSIONS(RegularUser) > 1 THEN REPORT ERROR 'User can only be logged in once' </code> Last modified: 2023/05/09 01:14 Log In