Version 3.0 of Yii Session package was released. There a few changes and fixes:
- remove
sid_length
andsid_bits_per_character
options; - mark
SessionException
as final; - change PHP constraint in
composer.json
to8.0 - 8.4
; - explicitly mark nullable parameters.