//okhttp/okhttp3/Cookie/persistent
persistent¶
[jvm]\
@get:JvmName(name = "persistent")
val persistent: Boolean
Returns true if this cookie does not expire at the end of the current session.
//okhttp/okhttp3/Cookie/persistent
[jvm]\
@get:JvmName(name = "persistent")
val persistent: Boolean
Returns true if this cookie does not expire at the end of the current session.