c - How to generate a lot of session IDs in PHP? -


i troubleshooting recent session id collision , want purpose exercise function php_session_create , compute empirical probability function generate colliding session ids in standardised (labor) conditions.

however function not directly bound in php, seems indirectly accessible. easiest strategy generate lot of session ids?

use burp suite's sequencer make multiple cookieless requests site, , capture session id generated each one.

burp can analyze captured sessions ids display estimated entropy.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -