/**
  * Destroy the session data
  */
 public function freeSession()
 {
     self::$content = array();
 }