Posted by cosmicdreams on December 4, 2012 at 5:04pm
12 followers
Jump to:
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | other |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
In order to continue the efforts of #335411, we aim to break the complex issue into more digestible parts.
Step 1: We contribute an implementation of Symfony's Session object to core but don't include any code that uses it.
#1858196: Turn session.inc into a service leveraging symfony session components
Step 2: We implement the basics of Session management using Symfony's Session Object.
#1858198: Implement Symfony's Session handling in core
Step 3: We implement complex topics
Lazy Loading (should be automatically provided by Symfony's Session but extra work may be required)
Secure Sessions: This issue (as of yet, an unsolved problem)
Comments
#1
Marking as postponed until step 1 and 2 are done.
#2
this already works in the latest patch @ #1858196: Turn session.inc into a service leveraging symfony session components