X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=profileinfo.php;h=c65f952ac2c31257d92a7e5c3f5010decb679b78;hb=518ddd8121a9c46a35ebd18aff40d84787da166f;hp=0a60b08a277b5377fbb373a87f0821d4ddcdfe74;hpb=32a243c457c4af126d697a6a591662c252e1f1d0;p=lhc%2Fweb%2Fwiklou.git 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' );