• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/session/handlers/memcachesessionhandler.php
  • Класс: BitrixMainSessionHandlersMemcacheSessionHandler
  • Вызов: MemcacheSessionHandler::unlock
protected function unlock($sessionId): bool
{

	return $this->connection->replace($this->getPrefix() . "{$sessionId}.lock", 0, 0, 1);
}