I haven't dug in too deeply yet, but are there any storage handlers in Symfony2 which are completely encapsulated and protected from native PHP session handling?
I've hit a snag on incorporating sessions into a project I'm working on where I'm building small simple application server based on Symfony2's encapsulation of HTTP protocol in their HTTP Foundation classes (currently have things working through Silex). Also relies on PHP Event package (http://php.net/event).
https://github.com/cameronjacobson/Spaz