I am creating a social media website which is expected to have huge traffic. PHP version is 7.3, session_set_save_handler is MYSQL database. cookie_lifetime is set to one year
I am concerned about the fact that PHP session_start() could generate duplicate session_id(ie same session_id for multiple users) in high traffic sites, though the probability is too low. I have searched a lot but haven't come across a fool proof algorithm to avoid it. Can anybody here enlighten me about the same?