1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
Daniel Neto 2024-12-27 17:16:01 -03:00
parent 360d70e29e
commit d89471174f
9 changed files with 68 additions and 47 deletions

View file

@ -3050,6 +3050,7 @@ function clearCache($firstPageOnly = false)
function clearAllUsersSessionCache()
{
_error_log("clearAllUsersSessionCache ".json_encode(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)));
sendSocketMessageToAll(time(), 'socketClearSessionCache');
}