public static function destroySession()
 {
     if (self::driverInitialized()) {
         self::$driver->stop();
         self::$driver = NULL;
     }
 }