ktor-server-core / io.ktor.sessions / SessionTransportCookie / send

send

fun send(call: ApplicationCall, value: String): Unit

Overrides SessionTransport.send

Sets session information represented by value to a call.