File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
user_guide_src/source/libraries/sessions Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ class Session extends BaseConfig
99{
1010 // ...
1111 public string $ driver = 'CodeIgniter\Session\Handlers\DatabaseHandler ' ;
12+
1213 // ...
1314 public string $ savePath = 'ci_sessions ' ;
15+
1416 // ...
1517}
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ class Session extends BaseConfig
99{
1010 // ...
1111 public string $ driver = 'CodeIgniter\Session\Handlers\RedisHandler ' ;
12+
1213 // ...
1314 public string $ savePath = 'tcp://localhost:6379 ' ;
15+
1416 // ...
1517}
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ class Session extends BaseConfig
99{
1010 // ...
1111 public string $ driver = 'CodeIgniter\Session\Handlers\MemcachedHandler ' ;
12+
1213 // ...
1314 public string $ savePath = 'localhost:11211 ' ;
15+
1416 // ...
1517}
You can’t perform that action at this time.
0 commit comments