Issue #2876099: Create submodule to store PHP sessions in Redis
1 unresolved thread
Merge request reports
Activity
18 * Drupal 7 on top of the corresponding Symfony component. Regrettably the name 19 * NativeSessionStorage is not quite accurate. In fact the responsibility for 20 * storing and retrieving session data has been extracted from it in Symfony 2.1 21 * but the class name was not changed. 22 * 23 * @todo 24 * In fact the NativeSessionStorage class already implements all of the 25 * functionality required by a typical Symfony application. Normally it is not 26 * necessary to subclass it at all. In order to reach the point where Drupal 27 * can use the Symfony session management unmodified, the code implemented 28 * here needs to be extracted either into a dedicated session handler proxy 29 * (e.g. sid-hashing) or relocated to the authentication subsystem. 30 * Was: class SessionManager extends NativeSessionStorage implements 31 * SessionManagerInterface. 32 */ 33 class RedisSessionsSessionManager extends SessionManager { changed this line in version 3 of the diff
added 1 commit
added 1 commit
added 1 commit
added 1 commit
added 15 commits
-
0cfa82cd...a5214f81 - 7 commits from branch
project:8.x-1.x
- a07bcf3a - Issue #2876099 by tobby, Dave Reid: Create submodule to store PHP sessions in Redis
- e957472a - Issue #2876099 by Grimreaper: Some code cleanup.
- dedf7548 - Issue #2876099 by Grimreaper: Remove hardcoded port.
- ab7c93c2 - Issue #2876099 by Grimreaper: WIP Declare only one service in submodule which...
- fb390099 - Issue #2876099 by Grimreaper: Fix services.yml
- 97e89452 - Issue #2876099 by Grimreaper: Use Symfony Redis Handler.
- 48d35bd7 - Issue #2876099 by Grimreaper: Add tests.
- a6cb74de - add session lifetime info to readme
Toggle commit list-
0cfa82cd...a5214f81 - 7 commits from branch
added 11 commits
-
de42134f...905fbd8b - 2 commits from branch
project:8.x-1.x
- da30c97b - Issue #2876099 by tobby, Dave Reid: Create submodule to store PHP sessions in Redis
- 5d129b12 - Issue #2876099 by Grimreaper: Some code cleanup.
- 1d3f53f2 - Issue #2876099 by Grimreaper: Remove hardcoded port.
- fd215af3 - Issue #2876099 by Grimreaper: WIP Declare only one service in submodule which...
- c7aa207f - Issue #2876099 by Grimreaper: Fix services.yml
- b3c513e5 - Issue #2876099 by Grimreaper: Use Symfony Redis Handler.
- e9228d79 - Issue #2876099 by Grimreaper: Add tests.
- 60d20796 - add session lifetime info to readme
- 5f64f617 - Update file redis_sessions.info.yml
Toggle commit list-
de42134f...905fbd8b - 2 commits from branch
added 24 commits
-
5f64f617...89f56c55 - 15 commits from branch
project:8.x-1.x
- c5113de6 - Issue #2876099 by tobby, Dave Reid: Create submodule to store PHP sessions in Redis
- dbac5cc1 - Issue #2876099 by Grimreaper: Some code cleanup.
- e83f3942 - Issue #2876099 by Grimreaper: Remove hardcoded port.
- e01e284a - Issue #2876099 by Grimreaper: WIP Declare only one service in submodule which...
- 6e3eaf05 - Issue #2876099 by Grimreaper: Fix services.yml
- 28a7c729 - Issue #2876099 by Grimreaper: Use Symfony Redis Handler.
- 58072a45 - Issue #2876099 by Grimreaper: Add tests.
- 2cd7b854 - add session lifetime info to readme
- d3cc3919 - Update file redis_sessions.info.yml
Toggle commit list-
5f64f617...89f56c55 - 15 commits from branch
Please register or sign in to reply