How to set and get cookie in Magento 2?

Magento 2 You can add/set cookies and get/retrieve the cookie using Magento\Framework\Stdlib\CookieManagerInterface Interface. By default, You can set the cookie using $_COOKIE with native PHP. When you are following the coding standard in Magento 2, PHPMd displays the error for $_COOKIE is discouraged in Magento 2. It’s a bad idea to directly use $_COOKIE in the … Continue reading How to set and get cookie in Magento 2?