setSessionIdGenerator

fun setSessionIdGenerator(block: () -> String?)(source)

Function that generates a session ID for the transport. The session ID SHOULD be globally unique and cryptographically secure (e.g., a securely generated UUID, a JWT, or a cryptographic hash)

Set undefined to disable session management.