How to flush DNS cache on Windows phptuts June 12, 2019 You also like: How to flush DNS cache on CentOS How to flush DNS cache on Windows? Step 1: With Windows XP: Start, Run and… Continue Reading
How to allow cross-origin ajax request get and set cookie phptuts June 11, 2019 How to allow cross-origin ajax request get and set cookie? Step 1: send header Access-Control-Allow-Credentials: true Example for PHP: Step 2: set header Access-Control-Allow-Origin: http://yourdomain.com… Continue Reading