What are cookies ? How to create cookies in PHP ? In PHP cookie is a small file with a maximum size of 4KB that the web server stores on the client computer. Cookies are typically used to keep track of… View Answer