Skip to content

Commit 5988972

Browse files
committed
Stop using deprecated session.sid_length and session.sid_bits_per_character
https://wiki.php.net/rfc/deprecations_php_8_4#sessionsid_length_and_sessionsid_bits_per_character
1 parent 450adc5 commit 5988972

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/config/common.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ tracy:
2323

2424
session:
2525
name: __Host-yourluckynumbers
26-
sid_length: 64
27-
sid_bits_per_character: 6
2826
expiration: 14 days
2927
use_strict_mode: true
3028
cookie_secure: true

0 commit comments

Comments
 (0)