From: Tim Düsterhus Date: Mon, 8 Aug 2022 14:30:51 +0000 (+0200) Subject: Remove deprecated cookie management methods from SessionHandler X-Git-Tag: 6.0.0_Alpha_1~1056 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=adf855e08257ad24cb245a6af3df894ed3e61428;p=GitHub%2FWoltLab%2FWCF.git Remove deprecated cookie management methods from SessionHandler These are for internal use, third party code should not have any reason to call those. --- diff --git a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php index 8f25897403..39bfd403d1 100644 --- a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php +++ b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php @@ -178,20 +178,6 @@ final class SessionHandler extends SingletonFactory $this->usersOnlyPermissions = UserGroupOptionCacheBuilder::getInstance()->getData([], 'usersOnlyOptions'); } - /** - * @deprecated 5.4 - This method is a noop. The cookie suffix is determined automatically. - */ - public function setCookieSuffix() - { - } - - /** - * @deprecated 5.4 - This method is a noop. Cookie handling works automatically. - */ - public function setHasValidCookie($hasValidCookie) - { - } - /** * Parses the session cookie value, returning an array with the stored fields. *