vertx / io.vertx.reactivex.ext.web.handler / SessionHandler / setSessionCookieName

setSessionCookieName

open fun setSessionCookieName(sessionCookieName: String): SessionHandler

Set the session cookie name

Parameters

sessionCookieName - the session cookie name

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