• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/classes/general/fileman_utils.php
  • Класс: CFilemanSearch
  • Вызов: CFilemanSearch::GetSearchSess
static function GetSearchSess()
{
	return md5($GLOBALS["USER"]->GetID()."+".uniqid(rand(), true));
}