@@ -33,7 +33,7 @@ admin_gui_session_conf = {
33
33
}
34
34
```
35
35
{% endif_version %}
36
- {% if_version gte:3.2.x lte:3.9 .x %}
36
+ {% if_version gte:3.2.x lte:3.3 .x %}
37
37
38
38
```
39
39
enforce_rbac = on
@@ -50,7 +50,7 @@ admin_gui_session_conf = {
50
50
51
51
{% endif_version %}
52
52
53
- {% if_version gte:3.10 .x %}
53
+ {% if_version gte:3.4 .x %}
54
54
55
55
```
56
56
enforce_rbac = on
@@ -81,7 +81,7 @@ Attribute | Description
81
81
82
82
{% endif_version %}
83
83
84
- {% if_version gte:3.2.x lte:3.9 .x %}
84
+ {% if_version gte:3.2.x lte:3.3 .x %}
85
85
86
86
Attribute | Description
87
87
----------|------------
@@ -95,7 +95,7 @@ Attribute | Description
95
95
96
96
{% endif_version %}
97
97
98
- {% if_version gte:3.10 .x %}
98
+ {% if_version gte:3.4 .x %}
99
99
100
100
Attribute | Description
101
101
----------|------------
@@ -119,7 +119,7 @@ Attribute | Description
119
119
For detailed descriptions of each configuration property, learn more in the
120
120
[ Session plugin documentation] ( /hub/kong-inc/session ) .
121
121
122
- {% if_version gte:3.10 .x %}
122
+ {% if_version gte:3.4 .x %}
123
123
124
124
## Multiple session management
125
125
@@ -178,7 +178,7 @@ admin_gui_session_conf = {
178
178
}
179
179
```
180
180
181
- {% if_version gte:3.10 .x %}
181
+ {% if_version gte:3.4 .x %}
182
182
If you want to invalidate all sessions when the password is changed, the following configuration could be used with the Basic Auth plugin:
183
183
184
184
```
0 commit comments