[TASK] Remove ses_name from tables fe_sessions and be_sessions
Both fe_session and be_session table currently have a combined primary key on ses_id / ses_name which is not needed by the new session framework. In addition the field ses_name is dropped. Resolves: #79720 Releases: master Change-Id: I4827d4ebfa0e04a303fca21ae865c99188d1a81a Reviewed-on: https://review.typo3.org/51821 Reviewed-by:Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- components/testing_framework/Resources/Core/Acceptance/Fixtures/be_sessions.xml 0 additions, 2 deletions...mework/Resources/Core/Acceptance/Fixtures/be_sessions.xml
- typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 1 addition, 2 deletions...ore/Classes/Authentication/AbstractUserAuthentication.php
- typo3/sysext/core/Tests/Functional/Session/Backend/DatabaseSessionBackendTest.php 2 additions, 3 deletions...Functional/Session/Backend/DatabaseSessionBackendTest.php
- typo3/sysext/core/Tests/Functional/Session/Backend/RedisSessionBackendTest.php 2 additions, 3 deletions...ts/Functional/Session/Backend/RedisSessionBackendTest.php
- typo3/sysext/core/ext_tables.sql 1 addition, 2 deletionstypo3/sysext/core/ext_tables.sql
- typo3/sysext/frontend/Tests/Unit/Authentication/FrontendUserAuthenticationTest.php 0 additions, 2 deletions...ts/Unit/Authentication/FrontendUserAuthenticationTest.php
- typo3/sysext/frontend/ext_tables.sql 1 addition, 2 deletionstypo3/sysext/frontend/ext_tables.sql
Please register or sign in to comment