Is my session schema vulnerable to session fixation?
I have a PHP application, where two session IDs are being used.
I will use foo and bar as example for those session IDs.
The foo session ID is being generated at the login page.
The bar session ID is being generated after a successful … Continue reading Is my session schema vulnerable to session fixation?