Skip to content

Instantly share code, notes, and snippets.

@Pum-purum
Last active October 20, 2019 17:08
Show Gist options
  • Save Pum-purum/42f42463d3cd291813b615db8f16c4da to your computer and use it in GitHub Desktop.
Save Pum-purum/42f42463d3cd291813b615db8f16c4da to your computer and use it in GitHub Desktop.
cookie bitrix
use Bitrix\Main\Application;
use Bitrix\Main\Web\Cookie;
if(Application::getInstance()->getContext()->getRequest()->getCookie('FROMBUSINESS')){
$cookie = new Cookie("FROMBUSINESS", '');
Application::getInstance()->getContext()->getResponse()->addCookie($cookie);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment