X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=blobdiff_plain;f=opensearch_desc.php;h=bd3281aa9c6c3ba4d6d0c715dd79de5e15e38f9b;hb=9c4ce7e1cfc60509bc1ab7e723180b86c3aec22b;hp=b9b21611d0279cb5faafb760c9c616a6d503e8d0;hpb=85724779efcb5e70bf6c6f8867fa4d6dc957c566;p=lhc%2Fweb%2Fwiklou.git diff --git a/opensearch_desc.php b/opensearch_desc.php index b9b21611d0..bd3281aa9c 100644 --- a/opensearch_desc.php +++ b/opensearch_desc.php @@ -21,9 +21,8 @@ */ // This endpoint is supposed to be independent of request cookies and other -// details of the session. Log warnings for violations of the no-session -// constraint. -define( 'MW_NO_SESSION', 'warn' ); +// details of the session. Enforce this constraint with respect to session use. +define( 'MW_NO_SESSION', 1 ); require_once __DIR__ . '/includes/WebStart.php';