- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for maxAgeOrExpiresMakesCookiePersistent (0.1 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/CookieTest.kt
"Expires=Thu, 01 Jan 1970 00:00:01 GMT; " + "Expires=Thu, 01 Jan 1970 00:00:03 GMT", )!!.expiresAt, ).isEqualTo(3000L) } @Test fun maxAgeOrExpiresMakesCookiePersistent() { assertThat(parseCookie(0L, url, "a=b")!!.persistent).isFalse() assertThat(parseCookie(0L, url, "a=b; Max-Age=1")!!.persistent).isTrue()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 24.4K bytes - Viewed (0)