**Description** It would be useful if we could expose SameSite attribute for session and remember me cookie via yaml config. **Example** ```yaml framework: session: name: NameOfTheCookie cookie_samesite: lax ``` ```yaml security: firewalls: remember_me: name: NameOfTheCookie samesite: lax ``` Currently it's extremely painful to override it (unless I'm missing something?).