Reduce the size of the session cookie
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 14 Oct 2020 15:12:57 +0000 (17:12 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 15 Oct 2020 14:14:15 +0000 (16:14 +0200)
commite56342d98e1b52044e48af5dd8f228d3e9a9b4f9
treea58e31f02161e4a18137e1a14b4340f656864b62
parentd61f2eb67f5c2f36bd4006a98703486b234e105c
Reduce the size of the session cookie

Send the raw bytes representing the session ID instead of the hexadecimal
encoding.
wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php
wcfsetup/install/files/lib/system/session/SessionHandler.class.php