Editar cookies no Internet Explorer 10

0

Existe uma maneira de modificar um cookie no IE10? (windows 7)

Eu tentei editar o cookie na pasta a seguir, mas não teve efeito:

C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Cookies\
    
por Fidel 08.06.2015 / 12:29

2 respostas

2

Você pode usar o console do IE para editar qualquer valor de cookie

Agora, primeiro clique abaixo commond

document.cookie

Ele retornará alguns valores-chave. Agora use o comando abaixo para editar ou criar novos valores-chave

document.cookie="YOURKEY=YOURVALUE"

Espero que isso ajude você:)

    
por 06.07.2017 / 12:47
0

Esta aplicação pode fazer o que você quiser. O problema é:

There is only limited support for Internet Explorer 10.0, due to a change in the way that cookies index information is stored.

link

Detalhes sobre o programa:

IECookiesView is a small utility that displays the details of all cookies that Internet Explorer stores on your computer. In addition, It allows you to do the following actions:

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. 
    
por 08.06.2015 / 13:25