patrickpollet / mahara_plugin_auth_cas

3 stars 10 forks source link

Session adjustment to CAS/Client.php for Mahara 15.04 #9

Open robertlyon777 opened 9 years ago

robertlyon777 commented 9 years ago

The 15.04+ version of Mahara handles session access slightly differently than previous versions. These adjustments to CAS allow the session information to be stored in the Mahara $SESSION object rather than in $_SESSION

Signed-off-by: Robert Lyon robertl@catalyst.net.nz

gaudreaj commented 8 years ago

Hi Robert and Patrick, I've just made a pull request for upgrading phpCAS library to 1.3.4. There's no conflict and everything is fine when you apply this patch after mine, so a suggest you pull my fix first to avoid collisions. Thanks guys, your work is much appreciated!

J-P

deedey commented 7 years ago

Thank you a lot,Robert, CAS work fine now on Mahara version 16.10.2.

robertlyon777 commented 7 years ago

Good to hear this works for Mahara 16.10.x versions - thanks for letting me know

deedey commented 7 years ago

And with Mahara version 17.04.1 too. Very great debug. Thanks