-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session sid_regexp in error length #4874
Comments
Please test to see if 2f76087 really fixes this. |
that can't fix the My system is php 7.0.11 ( in the fix use |
How about now? |
It work nice on my system. |
Great, thanks. |
CI 3.1.1 set the session ID must at less length 40 letter.( _sid_regexp )
But when hash_function = 1 (SHA1) the session_id() is 160-bit digest.
when hash_bits_per_character = 4 it goto 40 char
when hash_bits_per_character = 5 it goto 32 char
when hash_bits_per_character = 6 it goto 27 char
The text was updated successfully, but these errors were encountered: