I had a similar problem with codeigniter, it happened that my user agent had many characters for the user database field that the CI documentation tells you about the creation.
try making and modifying the table to change the user_agent field to ci_sessions and check again if firefox is working.
ALTER TABLE `ci_sessions` MODIFY COLUMN `user_agent` VARCHAR(160) not null
jtavares
source share