9장. Application 패널로 브라우저 저장소를 점검한다
cookie의 domain/path/Secure/HttpOnly/SameSite, local/session storage, IndexedDB, service worker와 cache storage를 본다. token을 localStorage에 둔 설계를 “편하니까” 유지하지 않는다.
로그인 loop -> Set-Cookie와 다음 Cookie, domain/path/SameSite
오래된 화면 -> service worker/cache version
offline 충돌 -> IndexedDB queue와 server version
Clear storage는 증거를 보존하고 test 계정에서만 한다. “캐시 삭제하면 됨”은 root cause가 아니다. 새 version activation과 cache invalidation을 제품 동작으로 만든다.