{"slug":"access-watch","name":"Access Watch: Security and Traffic Insights","description":"Understand precisely the robot traffic on your website and take actions to improve performance and security.","author":"François Hodierne","active_installs":30,"version":"2.0.0-end-of-life","wp_org_url":"https://wordpress.org/plugins/access-watch/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":true},"tables":[{"table_name":"sessions","full_table_name":"wp_sessions","description":"Stores session data for tracking user or visitor state.","detection_method":"static","confidence":"high","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}],"create_sql":"CREATE TABLE sessions (sess_id VARCHAR(128) PRIMARY KEY, sess_data TEXT, sess_time INTEGER)'; $this->pdo->exec($sql);"}],"table_count":1}