Skip to content

Commit 6deb2bd

Browse files
roomcaysodan
authored andcommitted
Replace path with save_path in documentation (#38)
There is no `session.path` configuration key in PHP, but there is `session.save_path`, which - I believe - is the right one to be communicated in docs. (cherry picked from commit 6961573)
1 parent 5a390bf commit 6deb2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v6/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Add your application-specific settings:
229229
$settings['session'] = [
230230
'name' => 'app',
231231
'lifetime' => 7200,
232-
'path' => null,
232+
'save_path' => null,
233233
'domain' => null,
234234
'secure' => false,
235235
'httponly' => true,

0 commit comments

Comments
 (0)