• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/session/handlers/memcachesessionhandler.php
  • Класс: BitrixMainSessionHandlersMemcacheSessionHandler
  • Вызов: MemcacheSessionHandler::processRead
public function processRead($sessionId): string
{
	$result = $this->connection->get($this->getPrefix() . $sessionId);

	return $result?: "";
}