Browse Source

fix wording

Taylor Otwell 8 years ago
parent
commit
e52b1f71d5
1 changed files with 12 additions and 0 deletions
  1. 12 0
      config/session.php

+ 12 - 0
config/session.php

@@ -149,6 +149,18 @@ return [
     */
 
     'secure' => false,
+
+    /*
+    |--------------------------------------------------------------------------
+    | HTTP Access Only
+    |--------------------------------------------------------------------------
+    |
+    | Setting this value to true will prevent JavaScript from accessing the
+    | value of the cookie and the cookie will only be accessible through
+    | the HTTP protocol. You are free to modify this option if needed.
+    |
+    */
+
     'http_only' => true,
 
 ];