Internet Explorer 10에서 쿠키 편집

Internet Explorer 10에서 쿠키 편집

IE10에서 쿠키를 수정하는 방법이 있습니까? (윈도우 7)

다음 폴더의 쿠키를 편집해 보았으나 아무런 효과가 없었습니다.

C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Cookies\

답변1

IE 콘솔을 사용하여 쿠키 값을 편집할 수 있습니다.

이제 먼저 Commond 아래에 도달하십시오.

document.cookie

몇 가지 핵심 값이 반환됩니다. 이제 아래 명령을 사용하여 새 키 값을 편집하거나 생성하십시오.

document.cookie="YOURKEY=YOURVALUE"

여기에 이미지 설명을 입력하세요

그것이 당신에게 도움이 되기를 바랍니다 :)

답변2

이 응용 프로그램은 당신이 원하는 것을 할 수 있습니다. 문제는:

쿠키 색인 정보가 저장되는 방식의 변경으로 인해 Internet Explorer 10.0에 대한 지원이 제한됩니다.

http://www.nirsoft.net/utils/internet_explorer_cookies_view.html

프로그램 세부정보:

IECookiesView는 Internet Explorer가 컴퓨터에 저장하는 모든 쿠키의 세부 정보를 표시하는 작은 유틸리티입니다. 또한 다음 작업을 수행할 수 있습니다.

Sort the cookies list by any column you want, by clicking the column header. A second click sorts the column in descending order.
Find a cookie in the list by specifying the name of the Web site.
Select and delete the unwanted cookies.
Save the cookies to a readable text file.
Copy cookie information into the clipboard.
Automatically refresh the cookies list when a Web site sends you a cookie.
Display the cookies of other users and from other computers.
Open the IECookiesView utility directly from Internet Explorer toolbar.
Change the content of a cookie !
Export your cookies to Netscape/Mozilla cookies file.
Block specific Web sites from using cookies through the cookies blocking mechanism of Internet Explorer 6.0. 

관련 정보