Skip to content
Snippets Groups Projects

Issue #2876099: Create submodule to store PHP sessions in Redis

Open Issue #2876099: Create submodule to store PHP sessions in Redis
1 unresolved thread
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 {
  • added 1 commit

    Compare with previous version

  • added 1 commit

    • b1da9efe - Issue #2876099 by Grimreaper: WIP Declare only one service in submodule which...

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Max Pogonowski added 1 commit

    added 1 commit

    • 0cfa82cd - add session lifetime info to readme

    Compare with previous version

  • Max Pogonowski added 15 commits

    added 15 commits

    Compare with previous version

  • Max Pogonowski added 1 commit

    added 1 commit

    • de42134f - Update file redis_sessions.info.yml

    Compare with previous version

  • Max Pogonowski added 11 commits

    added 11 commits

    Compare with previous version

  • Maik H. added 24 commits

    added 24 commits

    Compare with previous version

  • Maik H. added 1 commit

    added 1 commit

    Compare with previous version

  • Maik H. added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading