diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/security.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/config/security.yml b/app/config/security.yml index acc86984..b9c4cbef 100644 --- a/app/config/security.yml +++ b/app/config/security.yml | |||
@@ -51,6 +51,12 @@ security: | |||
51 | csrf_parameter: _csrf_token | 51 | csrf_parameter: _csrf_token |
52 | intention: authenticate | 52 | intention: authenticate |
53 | 53 | ||
54 | remember_me: | ||
55 | key: "%secret%" | ||
56 | lifetime: 31536000 | ||
57 | path: / | ||
58 | domain: ~ | ||
59 | |||
54 | logout: | 60 | logout: |
55 | path: /logout | 61 | path: /logout |
56 | target: / | 62 | target: / |