public static function getInstance() { if (self::$Instance === null) { self::$Instance = new UserSession(); } return self::$Instance; }