- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for maxAgeOrExpiresMakesCookiePersistent (0.35 seconds)
-
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()Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Nov 01 12:18:11 GMT 2025 - 24.4K bytes - Click Count (0)