Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2012 at 17:03 UTC
Updated:
29 Jul 2014 at 21:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
cosmicdreams commentedThis issue is not longer postponed because #1858196: [meta] Leverage Symfony Session components is RTBC'ed. Now that we have a reliable method for registering the Session onto the DI, we need to use it to stub out a proper use of Symfony's Session object.
Comment #2
cosmicdreams commentedComment #3
cosmicdreams commentedI believe that the current focus is to use examples such as the one found at http://symfony.com/doc/master/components/http_foundation/sessions.html
Comment #4
cosmicdreams commentedHere's a patch that relies on #1858196: [meta] Leverage Symfony Session components being committed. It adds the SessionListener.php EventListener and registers it onto the DI. The patch doesn't work as sessions aren't started. But it's my current work-in-progress.
Comment #5
cosmicdreams commentedI meant to upload this patch.
Comment #6
Crell commentedComment #7
cosmicdreams commentedCrell, It's not ready to be tested yet. That the patch goes green is not a sign of it's readiness.
Comment #8
ParisLiakos commentedthis already works in the latest patch @ #1858196: [meta] Leverage Symfony Session components