/**
  * Initialises the user session.
  */
 public function init()
 {
     parent::init();
     $this->invitations = $this->ignores = $this->outstandingNotifications = $this->subscriptionsUnreadCount = $this->hasSubscriptions = $this->outstandingModerations = null;
 }
 /**
  * Initialises the user session.
  */
 public function init()
 {
     parent::init();
     $this->boardVisits = $this->threadVisits = $this->closedCategories = $this->lastVisitTime = null;
 }