Make SessionHandler final
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 2 Oct 2020 13:35:27 +0000 (15:35 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 15 Oct 2020 14:01:21 +0000 (16:01 +0200)
commit9903052fcb06aa2a1c0d52b215545b9c591386e2
treed8c83fa0c5725fe4bd722b20332cec035d14d174
parent37f6362afba1256cc90cc1dd6b09a9c79596fe52
Make SessionHandler final

Extending the SessionHandler always was a bit questionable. Going forward the
only supported API for the session system is the public PHP API.
wcfsetup/install/files/lib/system/session/SessionHandler.class.php