File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 96
96
97
97
'cookie ' => 'laravel_session ' ,
98
98
99
+ /*
100
+ |--------------------------------------------------------------------------
101
+ | Session Cookie Path
102
+ |--------------------------------------------------------------------------
103
+ |
104
+ | The session cookie path determines the path for which the cookie will
105
+ | be regarded as available. Typically, this will be the root path of
106
+ | your application but you are free to change this when necessary.
107
+ |
108
+ */
109
+
110
+ 'path ' => '/ ' ,
111
+
112
+ /*
113
+ |--------------------------------------------------------------------------
114
+ | Session Cookie Domain
115
+ |--------------------------------------------------------------------------
116
+ |
117
+ | Here you may change the domain of the cookie used to identify a session
118
+ | in your application. This will determine which domains the cookie is
119
+ | available to in your application. A sensible default has been set.
120
+ |
121
+ */
122
+
123
+ 'domain ' => null ,
124
+
99
125
);
You can’t perform that action at this time.
0 commit comments