{"table_name":"sm_sessions","full_table_name":"wp_sm_sessions","description":"Stores session data for tracking user or visitor state.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_sm_sessions ( session_key char(32) NOT NULL, session_value LONGTEXT NOT NULL, session_expiry BIGINT(20) UNSIGNED NOT NULL, PRIMARY KEY (session_key) ) $collate;\" );","columns":[{"name":"session_key","type":"char(32)","nullable":false,"primary_key":false},{"name":"session_value","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"session_expiry","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false}],"plugin":{"slug":"awesome-support","name":"Awesome Support – WordPress HelpDesk & Support Plugin","active_installs":7000,"version":"6.3.8","wp_org_url":"https://wordpress.org/plugins/awesome-support/"}}