We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1e316 commit 9301985Copy full SHA for 9301985
1 file changed
app/sprinkles/account/config/default.php
@@ -79,13 +79,13 @@
79
* your browser will send your (super secret) cookies to host20.vps.blah.com.
80
*
81
* You only want to turn this on if you want machine1.foo.com to receive the
82
- * cookies that THIS MACHINE (machine2.foo.com) set.
+ * cookies that THIS MACHINE (machine2.foo.com) set.
83
*/
84
'remember_me' => [
85
'cookie' => [
86
'name' => 'rememberme',
87
],
88
- 'domain' => null,
+ 'domain' => null,
89
'expire_time' => 604800,
90
'session' => [
91
'path' => '/',
0 commit comments