Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-13501 Add animated grade statistics report
  3. MDL-18733

repalce cookie hack with web service user key in gradebook stats report

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • None
    • 2.0
    • Gradebook
    • None
    • MOODLE_20_STABLE

      if(empty($_COOKIE) && isset($_GET['sessionid']) && isset($_GET['sessioncookie']) && isset($_GET['sessiontest'])) {
      $_COOKIE['MoodleSession' . $_GET['sessioncookie']] = $_GET['sessionid'];
      $_COOKIE['MoodleSessionTest' . $_GET['sessioncookie']] = $_GET['sessiontest'];
      $cookiewasset = true;
      }

      require_once '../../../config.php';

      breaks our session fixation prevention in setup.php, we can not send cookies this way

            Unassigned Unassigned
            skodak Petr Skoda
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.