Comment 12 for bug 1566366

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/6330
Committed: https://git.mahara.org/mahara/mahara/commit/902429569d07ea8f483d8f0a835c66a54b445f8a
Submitter: Robert Lyon (<email address hidden>)
Branch: 1.10_STABLE

commit 902429569d07ea8f483d8f0a835c66a54b445f8a
Author: Aaron Wells <email address hidden>
Date: Tue Apr 12 15:46:28 2016 +1200

Remove session.referer_check (Bug 1566366)

This setting kills your Mahara session whenever you navigate
to Mahara from a link or redirect on another page. This totally
prevents SAML and other redirect-based auth methods from working,
makes it annoying to use links in email, and while it is mentioned
on the PHP manual's "Securing Sessions" page, it's only
recommended there if you also have "session.use_trans_id" enabled,
which we do not.

Change-Id: I8b3b14bae8043c5004cc8f36766f2db9422eac1c
behatnotneeded: Can't be tested by behat
(cherry picked from commit 91807920f4fb2981e1faa4978342d07674590d18)
(cherry picked from commit c9b8ff0208356676feb5bd0c65873c9f19a73681)
(cherry picked from commit bcdd15eadeda3442518bea9c5d822bc07541bcbf)