• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/session/handlers/memcachesessionhandler.php
  • Класс: BitrixMainSessionHandlersMemcacheSessionHandler
  • Вызов: MemcacheSessionHandler::close
public function close(): bool
{
	parent::close();
	$this->closeConnection();

	return true;
}