In the session section of PHP.ini
there is a directive called session.entropy_length
.
I'm aware that it's used to make the generation of the session id
more random.
How does it do that?
What is the maximum length?
What if it's exceeding the bits of the hash
in use?