{"table_name":"sessions","full_table_name":"wp_sessions","description":"Stores session data for tracking user or visitor state.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE sessions (sess_id VARCHAR(128) PRIMARY KEY, sess_data TEXT, sess_time INTEGER)'; $this->pdo->exec($sql);","columns":[{"name":"sess_id","type":"VARCHAR(128)","nullable":true,"primary_key":true},{"name":"sess_data","type":"TEXT","nullable":true,"primary_key":false},{"name":"sess_time","type":"INTEGER","nullable":true,"primary_key":false}],"plugin":{"slug":"bidorbuystoreintegrator","name":"bidorbuy Store Integrator","active_installs":40,"version":"2.12.0","wp_org_url":"https://wordpress.org/plugins/bidorbuystoreintegrator/"}}