Ce sujet de discussion a été archivé.
Veuillez poser une nouvelle question si vous avez besoin d’aide.
Résolu
Archivé
How can I view what the cookie content is?
I am a new developer and I'm trying to learn how cookies work, but I don't know how to view what the actual cookie value is, so that I can check if I did it correctly. I see where you can set the defaults you want and enable or disable cookies, but where can you view the content in FireFox browser? I know in Google Chrome you can see all the cookies and their values in settings, content, cookies, view all. Thanx, Gil
I am a new developer and I'm trying to learn how cookies work, but I don't know how to view what the actual cookie value is, so that I can check if I did it correctly. I see where you can set the defaults you want and enable or disable cookies, but where can you view the content in FireFox browser? I know in Google Chrome you can see all the cookies and their values in settings, content, cookies, view all. Thanx, Gil
Toutes les réponses (2)
Solution choisie
You can use the Storage Inspector to inspect cookies the current tab.
See also:
Thank You -