mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Update
This commit is contained in:
parent
f93517de13
commit
7dbebd22c5
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ function _session_start(array $options = [])
|
|||
$start = microtime(true);
|
||||
//_error_log('session_start 1');
|
||||
$session = @session_start($options);
|
||||
_error_log('session_id '. session_id().' line='.__LINE__.' IP:'.getRealIpAddr().json_encode($options));
|
||||
//_error_log('session_id '. session_id().' line='.__LINE__.' IP:'.getRealIpAddr().json_encode($options));
|
||||
//_error_log('session_start 2');
|
||||
$takes = microtime(true) - $start;
|
||||
if($takes > 1){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue