NOTE: Use advanced theme for testing.
- Go to frontend and perform a search
- In any mysql client (phpmyadmin or PhpStorm) check Search table (e.g. "inp_ses_932492397_inp_Search") is created
- In any mysql client (phpmyadmin or PhpStorm) run SQL to expire session like
UPDATE UserSessions SET LastAccessed = 0 WHERE SessionKey = 932492397
Where 932492397 - number from search table name
- Go to admin Configuration → Website → Scheduled Task
- Check delete_expired_sessions task and click on Run button in toolbar
- In any mysql client (phpMyAdmin or PhpStorm) confirm temp Search table dropped