sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.http.common
/
HttpCookie
/
getMaxAge
get
Max
Age
abstract
fun
getMaxAge
(
)
:
Int
获取 Cookie 的最大生命周期(以秒为单位)。
正值表示 Cookie 在这么多秒后过期。
负值表示这是一个会话 Cookie,将在浏览器关闭时删除。
0 表示立即删除该 Cookie。