id property

String id
final

Session ID

The unique identifier for the session which can be used for logging. It is a UUID that is initialized to a unique value.

Implementation

final String id =
    (new Uuid().v4() as String).replaceAll("-", "")