vertx / io.vertx.ext.web.handler / SessionHandler / setMinLength

setMinLength

abstract fun setMinLength(minLength: Int): SessionHandler

Set expected session id minimum length.

Parameters

minLength - the session id minimal length

Return
a reference to this, so the API can be used fluently