← Back to team overview

mahara-contributors team mailing list archive

[Bug 1733722] Re: Mahara not clearing messages for PHP session correctly for PHP7.1 using files store

 

This looks to be due to the render_messages() function and
$this->ro_session()

Normally when we call session_write_close() it closes the session and
writes to disk but in this instance it fails to write to disk so the
SesionHandler::write() is not reached

-- 
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/1733722

Title:
  Mahara not clearing messages for PHP session correctly for PHP7.1
  using files store

Status in Mahara:
  In Progress

Bug description:
  When doing processes like saving, logging out etc the session stores
  the add_ok_msg()  messages but does not clean them out after
  displaying them

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


References