File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,12 @@ name which is defined in the ``php.ini`` with the ``session.name`` directive.
169
169
cookie_lifetime
170
170
...............
171
171
172
- **type **: ``integer `` **default **: ``0 ``
172
+ **type **: ``integer `` **default **: ``null ``
173
173
174
- This determines the lifetime of the session - in seconds. By default it will use
175
- ``0 ``, which means the cookie is valid for the length of the browser session.
174
+ This determines the lifetime of the session - in seconds. It will use ``null `` by
175
+ default, which means ``session.cookie_lifetime `` value from ``php.ini `` will be used.
176
+ Setting this value to ``0 `` means the cookie is valid for the length of the browser
177
+ session.
176
178
177
179
cookie_path
178
180
...........
You can’t perform that action at this time.
0 commit comments