Stop loading virtual sessions when a session is being resumed
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 1 Oct 2020 09:32:15 +0000 (11:32 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 1 Oct 2020 14:11:28 +0000 (16:11 +0200)
commita5ace68fc013ee9313297d4ea4ea47ede1ee186d
tree9f78e342379029a7819975f98d34e8206f600f5e
parente1cf71c23a2ac4624a25367fdb0ad4a2ac8efd25
Stop loading virtual sessions when a session is being resumed

This change causes the wcf1_session_virtual table to not necessarily contain a
row matching the current userAgent and ipAddress, even if the user has a valid
session. This is not too bad, considered that after the previous commits the
lastActivityTime was not being updated anyway.
wcfsetup/install/files/lib/system/session/SessionHandler.class.php