UUID for the Session?
Hi, Iâve noticed that there is a Session class, which is meant to be used as a unique identifier of an image session. Is it possible to obtain some king of identifier of it? I.e. if I want to compare some data associated with session outside of the image. If not, maybe we can simply create a new UUID in Session>>initialize and store it in an ivar? Cheers! Uko
On 14 Sep 2015, at 12:50, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi,
Iâve noticed that there is a Session class, which is meant to be used as a unique identifier of an image session. Is it possible to obtain some king of identifier of it? I.e. if I want to compare some data associated with session outside of the image. If not, maybe we can simply create a new UUID in Session>>initialize and store it in an ivar?
A UUID per session could be a nice thing, yes. Marcus
participants (2)
-
Marcus Denker -
Yuriy Tymchuk