File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ the session lasts using a cookie with the ``remember_me`` firewall option:
22
22
main :
23
23
# ...
24
24
remember_me :
25
- secret : ' %secret%'
25
+ secret : ' %kernel. secret%'
26
26
lifetime : 604800 # 1 week in seconds
27
27
path : /
28
28
# by default, the feature is enabled by checking a
@@ -48,7 +48,7 @@ the session lasts using a cookie with the ``remember_me`` firewall option:
48
48
49
49
<!-- 604800 is 1 week in seconds -->
50
50
<remember-me
51
- secret =" %secret%"
51
+ secret =" %kernel. secret%"
52
52
lifetime =" 604800"
53
53
path =" /" />
54
54
<!-- by default, the feature is enabled by checking a checkbox
@@ -68,7 +68,7 @@ the session lasts using a cookie with the ``remember_me`` firewall option:
68
68
'main' => array(
69
69
// ...
70
70
'remember_me' => array(
71
- 'secret' => '%secret%',
71
+ 'secret' => '%kernel. secret%',
72
72
'lifetime' => 604800, // 1 week in seconds
73
73
'path' => '/',
74
74
// by default, the feature is enabled by checking a
You can’t perform that action at this time.
0 commit comments