Cita:
Iniciado por GatorV ¿Como creaste la tabla de sesiones?
Muy buenas! utilice la tabla que describe en el
manual de CodeIgniter:
Cita: CREATE TABLE IF NOT EXISTS `ci_sessions` (
session_id varchar(40) DEFAULT '0' NOT NULL,
ip_address varchar(16) DEFAULT '0' NOT NULL,
user_agent varchar(50) NOT NULL,
last_activity int(10) unsigned DEFAULT 0 NOT NULL,
user_data text DEFAULT '' NOT NULL,
PRIMARY KEY (session_id)
);
http://codeigniter.com/user_guide/li.../sessions.html
Es raro, cierto ? pero en maquina funciona muy rapido.......y en el hosting me contestaron esto:
Cita: We are showing no abnormally slow activities or high CPU activities in regards to MySQL, the load average of the system is 2.1 right now on 6 cores.
Regards,
Support