← Back to team overview

mahara-contributors team mailing list archive

[Bug 1955405] [NEW] lastinstitution-cookie should not persist till 2040-12-31

 

Public bug reported:

There is no reason to keep information about the last institution stored
in the browser for years. Please use an adequate time span in file
auth/user.php:

"set_cookie('lastinstitution',
$this->sitepages_institutionname_by_theme('loggedouthome'),
'2240561472', true);"

** Affects: mahara
     Importance: Undecided
         Status: New


** Tags: cookie dataprivacy lastinstitution

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1955405

Title:
  lastinstitution-cookie should not persist till 2040-12-31

Status in Mahara:
  New

Bug description:
  There is no reason to keep information about the last institution
  stored in the browser for years. Please use an adequate time span in
  file auth/user.php:

  "set_cookie('lastinstitution',
  $this->sitepages_institutionname_by_theme('loggedouthome'),
  '2240561472', true);"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1955405/+subscriptions



Follow ups