OC3 Bug Session

That’s one of the biggest problem created with f… mind of the owner. As long as you play with a project, everything is fine, but in reality, you have a chance to get 400-900K records in your session table.

  1. Solution 1: upload the Std OCMod version and be happy
  2. Solution 2: Kill the oc_session table and create a new one
    CREATE TABLE oc_session (
    session_id varchar(32) NOT NULL,
    data text NOT NULL,
    ip_address varchar(255) DEFAULT NULL,
    user_agent tinytext,
    expire datetime NOT NULL,
    PRIMARY KEY (session_id)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8
  3. Upload innoDB version
Fix Gs Sessions Std Ocmod
Fix Gs Sessions Std Ocmod
fix_gs_sessions_std.ocmod_.zip
1.1 KiB
120 Downloads
Details
Fix Gs Sessions Innodb Ocmod
Fix Gs Sessions Innodb Ocmod
fix_gs_sessions_innodb.ocmod_.zip
1.0 KiB
105 Downloads
Details

Leave a Reply

Your email address will not be published. Required fields are marked *

Yandex.Metrica