쿠키는 어디에 저장되는가?
2020. 7. 24. 23:29ㆍ웹, 네트워크, 통신
728x90
https://www.quora.com/Where-on-my-machine-are-the-cookies-saved
쿠키는 내 컴퓨터의 어디에 저장되는가?
웹브라우저 종류에 따라 쿠키가 저장되는 위치기 달라진다.
Google Chrome : In the browser you can have a look at them by typing chrome://settings/cookies in the url box. The physical location of the saved cookies is C:\Users\<yourusername>\AppData\Local\Google\Chrome\User Data\Default\Local Storage but apart from the Internet Cache, others are encoded into SQLite database files.
Internet Explorer : Cookies are present at C:\Users\<yourusername>\AppData\Roaming\Microsoft\Windows\Cookies
Firefox : check this article http://stackoverflow.com/questions/302294/cookies-in-firefox
The file might be encoded into a SQLLite database depending upon the FF version
728x90
반응형
'웹, 네트워크, 통신' 카테고리의 다른 글
a, button, input type="submit"는 무슨 차이인가 (0) | 2020.08.12 |
---|---|
Chrome DevTools (0) | 2020.08.12 |
NIC network interface card 네트워크인터페이스카드 (0) | 2020.07.08 |
nslookup이란..? (부제: 도메인으로 ip찾기) (0) | 2020.07.08 |
ping이란.. (0) | 2020.07.08 |