File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ Configuration
70
70
* `gc_divisor `_
71
71
* `gc_probability `_
72
72
* `gc_maxlifetime `_
73
- * `use_strict_mode `_
74
73
* `save_path `_
75
74
* `metadata_update_threshold `_
76
75
* `assets `_
@@ -845,17 +844,6 @@ This determines the number of seconds after which data will be seen as "garbage"
845
844
and potentially cleaned up. Garbage collection may occur during session
846
845
start and depends on `gc_divisor `_ and `gc_probability `_.
847
846
848
- use_strict_mode
849
- ...............
850
-
851
- **type **: ``boolean `` **default **: ``false ``
852
-
853
- This specifies whether the session module will use the strict session id mode.
854
- If this mode is enabled, the module does not accept uninitialized session IDs.
855
- If an uninitialized session ID is sent from browser, a new session ID is sent
856
- to browser. Applications are protected from session fixation via session
857
- adoption with strict mode.
858
-
859
847
save_path
860
848
.........
861
849
You can’t perform that action at this time.
0 commit comments