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
7070 * `gc_divisor `_
7171 * `gc_probability `_
7272 * `gc_maxlifetime `_
73- * `use_strict_mode `_
7473 * `save_path `_
7574 * `metadata_update_threshold `_
7675* `assets `_
@@ -845,17 +844,6 @@ This determines the number of seconds after which data will be seen as "garbage"
845844and potentially cleaned up. Garbage collection may occur during session
846845start and depends on `gc_divisor `_ and `gc_probability `_.
847846
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-
859847save_path
860848.........
861849
You can’t perform that action at this time.
0 commit comments