Browse Source

Evolution #68: Durée de connexion

bastien 13 years ago
parent
commit
3688a7d354
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/Muzich/CoreBundle/Resources/config/security.yml

+ 5 - 0
src/Muzich/CoreBundle/Resources/config/security.yml View File

22
                 path:   /logout
22
                 path:   /logout
23
                 target: /hello
23
                 target: /hello
24
             anonymous:  ~
24
             anonymous:  ~
25
+            remember_me:
26
+              key:      sfdg45m14ez4g5f69ez8s1n
27
+              lifetime: 1209600
28
+              path:     /
29
+              domain:   ~
25
             
30
             
26
     #role_hierarchy:
31
     #role_hierarchy:
27
       # Attention, pas sur de ces lignes là !
32
       # Attention, pas sur de ces lignes là !