]> git.mxchange.org Git - friendica.git/commit
Refactor Session Handling (make it more simple & handler are now handler again)
authornupplaPhil <admin@philipp.info>
Wed, 11 Dec 2019 19:30:31 +0000 (20:30 +0100)
committernupplaPhil <admin@philipp.info>
Wed, 11 Dec 2019 19:30:31 +0000 (20:30 +0100)
commit1408908c845adbdd0dd5a1f63849844142c3aff1
tree66c959bbe86df2f9e6258a1c315b97e84772af2c
parent02c40ad1cbc66cadea77180b8b9340521381cce5
Refactor Session Handling (make it more simple & handler are now handler again)
13 files changed:
src/Core/Session.php
src/Core/Session/AbstractSession.php [new file with mode: 0644]
src/Core/Session/Cache.php [deleted file]
src/Core/Session/Database.php [deleted file]
src/Core/Session/Handler/Cache.php [new file with mode: 0644]
src/Core/Session/Handler/Database.php [new file with mode: 0644]
src/Core/Session/ISession.php
src/Core/Session/Memory.php
src/Core/Session/Native.php
src/Factory/SessionFactory.php
src/Model/User/Cookie.php
src/Module/Logout.php
tests/functional/DependencyCheckTest.php