I'm experiencing the following error while running my app:
Error Number: 1062
Duplicate entry '1484918130' for key 'PRIMARY'
INSERT INTO sistema_session
( id
, ip_address
, timestamp
, data
) VALUES ('5bb80caf2df687b3d36def267b95400f82e209b1', '200.103.171.165', 1484918130, '__ci_last_regenerate | i: 1484918130; identity | s: 19: "[email protected] \"; email | s: 19: \ "[email protected] \"; user_id | s: 2: \ "24 \"; old_last_login | s: 10: \ "1484917031 \ username; s: 8: \ "Jeronimo \"; company_id | s: 2: \ "14 \"; typeMenu | s: 1: \ "1 \"; ')
Filename: libraries / Session / drivers / Session_database_driver.php
Line Number: 233
I'm using Codeigniter, IC Session and I'm using IonAuth.
I have other systems using the same structure and do not have this error.
Has anyone ever been through this?