So I'm testing some cookies that I'm creating via Javascript. Is there a way to check if the cookie was set in Chrome Developer Tools or something similar?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can also click the "Resources" tab then the "Cookies" list item, which shows a fair amount of detail. |
|||
|
|
|
In your console, type |
|||
|
|
You can also use web developer tool which not only helps you to view cookies but also helps you to display.delete (session,domain,path) cookies individually. |
|||
|
|