Как я могу получить данные определенной сессии, используя уникальный идентификатор сессии? Laravel обеспечивает такую функциональность?
// I'm looking for an hypothetical function such as this one:
Session::getById('session_id_here')->get('some.data');
// Please don't misunderstand my question. I'm not looking for this:
Session::getId();