Did you considered an event listener? If you need to process something in
every request, you can use a listener to a kernel event:
http://symfony.com/doc/2.0/book/internals.html#events

On Mon, Aug 15, 2011 at 2:55 AM, Lukas Kahwe Smith <[email protected]>wrote:

>
> On 15.08.2011, at 04:21, Aymen Beldi wrote:
>
> > Thank's for your response,
> > To better express my problem, I need to include a bundle after
> authentication, ie from the value of a variable that I recover from the
> session
> >
> > So put the treatment in appKernel is not the solution, the container must
> be initialized
>
> that sounds like a peculiar requirement. first up is the bundles really
> that expensive to include? furthermore can't you just have a simple bundle
> that contains a success handler that decides to which application to
> redirect to which in turn has the given bundle loaded?
>
> regards,
> Lukas Kahwe Smith
> [email protected]
>
>
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/symfony-devs?hl=en
>



-- 
Blog: http://eriksencosta.wordpress.com
Twitter: @eriksencosta

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to