store

abstract suspend fun store(call: ApplicationCall, value: S): String(source)

Store session value and return respective transport string for the specified call.

Override if there is an existing session.

Report a problem