X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=profileinfo.php;h=c65f952ac2c31257d92a7e5c3f5010decb679b78;hp=0a60b08a277b5377fbb373a87f0821d4ddcdfe74;hb=999fe6498df72b67d3201f1c5330bfe36c90f0c6;hpb=e7aaefb2a6f090e1b91a511035b17ecf0148d2c8 diff --git a/profileinfo.php b/profileinfo.php index 0a60b08a27..c65f952ac2 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -37,9 +37,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 ); ini_set( 'zlib.output_compression', 'off' );