spring-framework / org.springframework.web.util / CookieGenerator / setCookiePath

setCookiePath

open fun setCookiePath(cookiePath: String): Unit

Use the given path for cookies created by this generator. The cookie is only visible to URLs in this path and below.

See Also
javax.servlet.http.Cookie#setPath