Exemplo n.º 1
0
 /**
  * Regenerate session ID after the session call.
  *
  * @return void
  */
 public static function regenerate_id()
 {
     self::$regenerate_id = true;
 }
Exemplo n.º 2
0
 public function gc($maxlifetime)
 {
     return PDOSession::_gc($maxlifetime);
 }