Session table crashes after creating multiple duplicate session OJS upgrade 3.0.2

Hey,
After upgrading to OJS 3.0.2 my sessions table will start creating multiple session for same IP and then it would crash after a certain limit and then i have to repair it, Can someone help me please.

Hi @Akshar_Pandey,

How large does your sessions table grow?

Have you disabled the session_check_ip option in config.inc.php?

Regards,
Alec Smecher
Public Knowledge Project Team

Hey @asmecher
It would go on to accommodate 64k values and then it would crash.
I disabled the session_check_ip option,It would still create duplicate sessions which will have the same Begin and End time ,what is the problem?

Hi @Akshar_Pandey

Can you check what your PHP session ID length will be based on your server configuration? See mysql - What is the length of a PHP session id string? - Stack Overflow for details.

Regards,
Alec Smecher
Public Knowledge Project Team