laminas-session icon indicating copy to clipboard operation
laminas-session copied to clipboard

refactor validator: session ID

Open arhimede opened this issue 9 months ago • 2 comments

Feature Request

Q A
New Feature yes
RFC no
BC Break yes

Summary

modernise the validator for Session ID

arhimede avatar May 07 '25 09:05 arhimede

this part related to Zend Server i presume can go https://github.com/laminas/laminas-session/blob/6e797b8a609b62fd4c461805c96d49a3361dc78e/src/Validator/Id.php#L52

arhimede avatar May 07 '25 09:05 arhimede

deprecated ini_set as of PHP 8.4 https://github.com/laminas/laminas-session/blob/6e797b8a609b62fd4c461805c96d49a3361dc78e/src/Validator/Id.php#L59C1-L61C86

sid_bits_per_character

arhimede avatar May 07 '25 09:05 arhimede

fixed in #137

arhimede avatar Nov 19 '25 10:11 arhimede