Obtain the session key.
For this adapter, it is a UUID.

Returns

string UUID.

Source

						public static function key() {
		return String::uuid();
	}