Internet Explorer 10 で Cookie を編集する

Internet Explorer 10 で Cookie を編集する

IE10 で Cookie を変更する方法はありますか? (Windows 7)

次のフォルダ内の Cookie を編集してみましたが、効果はありませんでした。

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

答え1

IEのコンソールを使用してCookieの値を編集できます

今、最初にコモンドの下にヒット

document.cookie

いくつかのキー値が返されます。以下のコマンドを使用して、新しいキー値を編集または作成します。

document.cookie="YOURKEY=YOURVALUE"

ここに画像の説明を入力してください

お役に立てれば幸いです :)

答え2

このアプリケーションはあなたが望むことを実現するかもしれません。問題は次のとおりです:

クッキーのインデックス情報の保存方法が変更されたため、Internet Explorer 10.0 のサポートは限定的になります。

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

プログラムの詳細:

IECookiesView は、Internet Explorer がコンピューターに保存するすべての Cookie の詳細を表示する小さなユーティリティです。さらに、次の操作を実行できます。

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. 

関連情報