Fatal error: Uncaught PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry

Description of issue or problem I’m having:
when installing new ojs or transfer from another ojs system, i encounter this error. this is a fresh new installation on new server.

Steps I took leading up to the issue:

install new ojs system. install got no error. but after that this error load.

What I tried to resolve the issue:
the suggestion available in the forum already implemented in latest ojs

Application Version - e.g., OJS 3.1.2:
ojs 3.3.0.8, php 7.4.19

Additional information, such as screenshots and error log messages if applicable:

Blockquote
Fatal error : Uncaught PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘924lo95i0dahtlbcj6jr7kivugda4dfu’ for key ‘sessions_pkey’ in /home/publisher/public_html/ojstest/lib/pkp/lib/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:115 Stack trace:
#0/home/publisher/public_html/ojstest/lib/pkp/lib/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(115): PDOStatement->execute(NULL)
#1/home/publisher/public_html/ojstest/lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Database/Connection.php(489): Doctrine\DBAL\Driver\PDOStatement->execute()
#2/home/publisher/public_html/ojstest/lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Database/Connection.php(664): Illuminate\Database\Connection->Illuminate\Database{closure}(‘INSERT INTO ses…’, Array)
#3/home/publisher/public_html/ojstest/lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Database/Connection.php(631): Illuminate\Database\Connection->runQueryCallback(‘INSERT INTO ses…’, Array, Object(Closure)) in /home/publisher/public_html/ojstest/lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Database/Connection.php on line 671

same here, i delete the entry in session table stil the error exist