Skip to content

Commit 0a0bca2

Browse files
committed
Removing use_strict_mode docs, as this feature is deprecated in 3.4
1 parent d18ec42 commit 0a0bca2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

reference/configuration/framework.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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"
845844
and potentially cleaned up. Garbage collection may occur during session
846845
start 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-
859847
save_path
860848
.........
861849

0 commit comments

Comments
 (0)