Zookper document reads something like,
ZooKeeper also has the notion of ephemeral nodes. These znodes exists as long as the session that created the znode is active. When the session ends the znode is deleted. Ephemeral nodes are useful when you want to implement [tbd].
I understood the functionality but what could be the purpose or use case of session specific znode?