Symfony Guard Authenticator customize logout function

1.1k views Asked by At

I'm new to Symfony and I'm learning how to use Guard to authenticate users. Currently using Symfony 3.2. I followed Creating your first Symfony app and adding authentication tutorial which helped me alot but in my aplication I have to add some custom data into session and I have no idea how remove it from session after redirect into logoutAction() function. Thanks for any advice.

0

There are 0 answers