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
9
9
{
10
10
// ...
11
11
public string $ driver = 'CodeIgniter\Session\Handlers\DatabaseHandler ' ;
12
+
12
13
// ...
13
14
public string $ savePath = 'ci_sessions ' ;
15
+
14
16
// ...
15
17
}
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ class Session extends BaseConfig
9
9
{
10
10
// ...
11
11
public string $ driver = 'CodeIgniter\Session\Handlers\RedisHandler ' ;
12
+
12
13
// ...
13
14
public string $ savePath = 'tcp://localhost:6379 ' ;
15
+
14
16
// ...
15
17
}
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ class Session extends BaseConfig
9
9
{
10
10
// ...
11
11
public string $ driver = 'CodeIgniter\Session\Handlers\MemcachedHandler ' ;
12
+
12
13
// ...
13
14
public string $ savePath = 'localhost:11211 ' ;
15
+
14
16
// ...
15
17
}
You can’t perform that action at this time.
0 commit comments