Currently, the sessions of a single-instance TA share the same Task object which contains the session_id field. No existing code path is leveraging this field, so it is a dead field for now. We should remove it or fix it (e.g., update its value at load_ta_context) to, for example, support per-session resource management (#923).
Currently, the sessions of a single-instance TA share the same
Taskobject which contains thesession_idfield. No existing code path is leveraging this field, so it is a dead field for now. We should remove it or fix it (e.g., update its value atload_ta_context) to, for example, support per-session resource management (#923).