Patch for "master" branch: https://reviews.mahara.org/8990
-- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1780328 Title: MNet logs user out when they try to jump from moodle to mahara once already logged in Status in Mahara: In Progress Bug description: When connecting from Moodle to Mahara we login via the MNet connection but on subsequent jumps it logs us out. Steps to reprodule: 1) Have a Moodle -> Mahara setup using MNet 2) On Moodle side have a course with an assignment submission block and have a user assigned to course 3) Log in as user 4) Go to the assignment and 'edit assignment' then click the "click here to visit" link This will take you to Mahara and log you in 5) Click the "Return to Moodle" link 6) do step 4 again You end up logged out of mahara/moodle The reason for this is when we come from moodle this way it sets the HTTP_USER_AGENT to be 'Moodle' which is not the same as your current useragent. We need to allow useragent 'Moodle' to only clear/reset current session on store To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1780328/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

