안드로이드
Android 쿠키 동기화(retrofit2, webview)
쿠키 동기화 동작 순서(세션 유지용) 쿠키 동기화용 전역 변수 생성 및 초기화(CookieJar) retrofit2를 이용하여 로그인(CookieJar를 client로 지정) webview 초기화 시 CookieJar에 저장된 쿠키를 동기화 시켜줌 CookieJar 사용을 위한 준비 https://github.com/franmontiel/PersistentCookieJar //project gradle에 추가 allprojects { repositories { maven { url "https://jitpack.io" } } } //app gradle implementation 'com.github.franmontiel:PersistentCookieJar:v1.0.1' CookieJar 전역 변수 생성 ..
2021. 11. 18. 19:27
최근댓글