Cookies on localhost in Google Chrome

cookies, google-chrome, localhost

Solution

Only if the page on localhost creates a cookie (client-side or server-side). External resources (images, frames) may also create cookies, depending on your preferences.

You can check it yourself by opening the Developer tools (F12) -> Resources -> Cookies.

Problem

I just want to know if the cookies are created while I try to access websites on localhost in Google Chrome.

Original source

Related problems