Questions tagged [symfony-http-foundation]

Symfony is a set of reusable PHP components. The HttpFoundation component defines an object-oriented layer for the HTTP specification.

Symfony is a set of reusable PHP components. The HttpFoundation component defines an object-oriented layer for the HTTP specification.

Useful links

61 questions
0
votes
1 answer

symfony2 upgrade 2.0 > 2.3 issue with Symfony\Component\HttpFoundation\Session

Here's my custom security listener (from sym 2.0) namespace mine\UserBundle\EventListener; use Symfony\Component\Security\Http\Event\InteractiveLoginEvent; use Symfony\Component\Security\Core\SecurityContext; use…
Matt Welander
  • 8,234
  • 24
  • 88
  • 138
1 2 3 4
5