I am using CI sessions that come natively with CI, sometimes when I am logged in, it will do this message:
A Database Error Occurred
Error Number: 1205
Lock wait timeout exceeded; try restarting transaction
UPDATE `ci_sessions` SET `last_activity` = 1252339957, `session_id` = ‘09993f3778065783b26fe4f406400986’ WHERE session_id = ‘421fce851a20e8a2e41f6403e9c8c0ea’
What does this error message mean, and how do I stop it from happening?
Thanks
