Avoid duplicate cookie parsing in SessionHandler
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 9 Mar 2023 11:43:42 +0000 (12:43 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 9 Mar 2023 11:43:42 +0000 (12:43 +0100)
commitc2e444c0cc44e65d5556f762502534b9f3912aa5
tree43a173935130a83dc2c480fcc89193a6887d1cf7
parent883d2edf4a93978de5aec1903b92b03692fd731c
Avoid duplicate cookie parsing in SessionHandler

Previously the cookie data was parsed once in `loadFromCookie()` to extract the
session ID and another time in `maybeRefreshCookie()`. Now the cookie is parsed
only once and the parsed data is passed through.
wcfsetup/install/files/lib/system/session/SessionHandler.class.php