How to use Sessions in Symfony?

Viewed 64289

Like in classic PHP we use the magic variables to start and create sessions, so how to do that in Symfony?

2 Answers
Related