UUID for the Session?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

UUID for the Session?

Uko2
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
Reply | Threaded
Open this post in threaded view
|

Re: UUID for the Session?

Marcus Denker-4

> On 14 Sep 2015, at 12:50, Yuriy Tymchuk <[hidden email]> 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