コード例 #1
0
ファイル: DatabaseSessionHandler.php プロジェクト: saiber/www
 public function gc($max)
 {
     SessionData::deleteSessions($max);
 }