반응형
[android] Cookie 는 android 단말에서 world wide 한가? |
-
Cookie 자체가 우선 webview 가 아닌 CookieManager 라는 녀석을 통해 앱 기준 world-wide 하게 작동하기 때문에..
혹시 이 녀석이 Device 기준 world-wide 하게 작동하지는 않을 하는 궁금증이 생겨났다.
-
테스트 환경은 Samsung Galaxy J5 NOS (Nougat)
-
CookieManager 의 doc 을 보면 아래와 같이 써있다.
literally 각 application 으로 보이지만, 약간의 해석의 여지가 있어보여 테스트를 했다.
"Manages the cookies used by an application's WebView instances.”
-
A 앱에서 cookie setting, B 앱에서 cookie clear, A 앱에서 Cookie 잔존 확인
결론 : B 앱의 cookie clear 가 A 앱의 cookie 를 날리지 않았다. Device 가 아닌 App 기준의 World-wide 이다.
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] WakefulBroadcastReceiver 를 알아보자! (2) | 2018.12.01 |
---|---|
[android] NoClassDefFoundError for SafeBrowsingResponse (0) | 2018.11.30 |
[android] JobIntentService 소개 (tutorial) (0) | 2018.11.28 |
[android] AAC 로 app 의 background, foreground 상태 알기 (1) | 2018.11.24 |
[android] code 와 resource shrink 하자! (0) | 2018.11.23 |
댓글