Remove cleanup of `userID` and `password` cookies
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 5 Jul 2021 14:00:08 +0000 (16:00 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 5 Jul 2021 14:00:08 +0000 (16:00 +0200)
commitcbd55e75dcb66de4de29af56e9ef68ca0ec2faac
tree0e2e59e70af5062629641977519d71e226a6f81f
parent8e838cf5801e638cbcf095df1ec6d7d320bd3c55
Remove cleanup of `userID` and `password` cookies

They are no longer used as of WoltLab Suite 5.4, however the removal remained
in the code to clean up the browser's cookie store on logout. Remove it, the
cookies will naturally expire in the future.
wcfsetup/install/files/lib/action/LogoutAction.class.php
wcfsetup/install/files/lib/system/WCF.class.php