In general for clear cookies and cache in your we use the functions web_cache_cleanup(); & web_cleanup_cookies();. The same we can implement in NeoLoad script with a simple java script. just add these below 2 lines in your java script and run the script.context.currentVU.clearCache();
context.currentVU.clearCookies();