Add UploadHandler session cleanup
authorjoshuaruesweg <ruesweg@woltlab.com>
Tue, 21 Dec 2021 10:30:54 +0000 (11:30 +0100)
committerjoshuaruesweg <ruesweg@woltlab.com>
Tue, 21 Dec 2021 12:45:28 +0000 (13:45 +0100)
commitfd546feed1d15748d9ad090b7acfd0ea0a82aae4
tree1049ab7c9855e0a836b14ebef285f49eb50cc959
parentd70c741b13b5fdb0d8d881b8fe82aa133aa1edbe
Add UploadHandler session cleanup

Since the sessions stick way longer than with the introduction of the system, it is necessary, to clean up old file uploads in the session storage.

With this patch, a field in the session saves the creation time of the StorageField in the session and delete the field after 24 hours automatically.
wcfsetup/install/files/lib/system/file/upload/UploadHandler.class.php