X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=9d434ded7f661dc1daf0715564bf15dee55d8013;hb=9cd484dc3ba80da7b1537c7465f3ed7a9df9c3b8;hp=9bf05e087f282af9b8eac79d64f90033a7792f4b;hpb=f56a905990f579a81f15ce636ab03758c15690df;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index 9bf05e087f..9d434ded7f 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -505,6 +505,7 @@ if ( !$wgSessionsInObjectCache && !$wgSessionsInMemcached ) { } $cacheType = get_class( ObjectCache::getInstance( $wgSessionCacheType ) ); wfDebugLog( + 'caches', "Session data will be stored in \"$cacheType\" cache with " . "expiry $wgObjectCacheSessionExpiry seconds" );