set cookie php shopware 5 code example
Example: shopware php get cookie
//Get Cookie
Shopware()->Front()->Request()->getCookie('nameofthecookie'));
//Set Cookie
Shopware()->Front()->Response()->setCookie('nameofthecookie', 'value');
//Get Cookie
Shopware()->Front()->Request()->getCookie('nameofthecookie'));
//Set Cookie
Shopware()->Front()->Response()->setCookie('nameofthecookie', 'value');