Use static values to determine the `spiderID`
authorAlexander Ebert <ebert@woltlab.com>
Sun, 27 Feb 2022 13:50:49 +0000 (14:50 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 27 Feb 2022 13:50:49 +0000 (14:50 +0100)
commit99f28057e7aeb29ed6728917174fd8fc6b7bb1a1
treea55ce6a51e6f248c535fd1151dfed6b8a9ccf8a4
parenta18b3c54584efbe793c3b2fca2f75c5f10b46c19
Use static values to determine the `spiderID`

The `spiderID` can never be set for logged-in users and for guests this value is tracked in the legacy session for now.

This prevents the loading and processing of the chunky spider cache for most requests.
wcfsetup/install/files/lib/system/session/SessionHandler.class.php