Beispiel #1
0
 public static function restart()
 {
     SessionUtil::clear();
     SessionUtil::destroy();
     SessionUtil::start();
 }