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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

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