示例#1
0
 private function __construct()
 {
     session_start();
     self::$id = session_id();
 }