store

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

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

Override if there is existing session.