getIsActive method

String getIsActive()

Implementation

String getIsActive() {
  return checkValidString(SessionManagerMethods.getString(isActive));
}