After my earlier Silex experiments[1], I started working on a bundle for running Symfony2 applications with AiP. It now starts the server nicely, but routing and session handling have some issues that I still have to resolve.
Which branch did you do this in? I'm trying to integrate Symfony Sessions with AiP but struggling on some concepts. An example in code would be helpful.
> Which branch did you do this in? I'm trying to integrate Symfony Sessions with AiP but struggling on some concepts. An example in code would be helpful.
Just FYI, there are some rather large refactorings planned for Symfony2 sessions for 2.1. The details are still being discussed here: https://github.com/symfony/symfony/pull/2853
Not sure if this will have any impact on your work.
On Sun, Jan 8, 2012 at 12:45 AM, Chris Boden <cbo...@gmail.com> wrote: > Which branch did you do this in? I'm trying to integrate Symfony Sessions > with AiP but struggling on some concepts. An example in code would be > helpful.
I just spent 3 hours trying to implement the HttpFoundation Session PR into a long-lived PHP application, with just Native PHP files (NativeFileSessionStorage) support with no luck. I'll try again tomorrow.
Due to the inheritance on AbstractSessionStorage of all the Storage classes, I will have to create a new class, extending each Storage mechanism. :(