Moved ObjectCacheSessionHandler renewal logic to wfSetupSession()
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 3 Aug 2015 20:35:50 +0000 (13:35 -0700)
committerOri.livneh <ori@wikimedia.org>
Mon, 10 Aug 2015 19:10:38 +0000 (19:10 +0000)
commit203d2c9c116431c1bdcfbc322ef5b5730e9589b5
treed63b7d3261f0c0ed5b43450d12a88a00cdd77fe5
parent127bab6cbd4c7c483fd69d4631d0d2d7ed56dfaa
Moved ObjectCacheSessionHandler renewal logic to wfSetupSession()

* This should trigger more reliably than the shutdown function
  callback, which is really only there for sanity to make sure
  session close/write happens.

Change-Id: I9a1aa76de121ba8de33b3fa850bd223929fae404
includes/GlobalFunctions.php
includes/objectcache/ObjectCacheSessionHandler.php