What does Chrome's “Incognito Mode” do exactly?
up vote
19
down vote
favorite
I was under the impression that Chrome in Incognito Mode wouldn't accept or send cookies, since they could be used to identify you. When starting up Incognito Mode, I do have to re-log-in to gmail, etc. But the log-in stays active during the session.
So it seems to me that Incognito Mode maintains a separate, temporary store of cookies which get destroyed when you exit incognito mode. Does this mean that, if you browse in Incognito Mode all the time, it would have no benefit? Does Incognito Mode do anything else?
google-chrome cookies browser
add a comment |
up vote
19
down vote
favorite
I was under the impression that Chrome in Incognito Mode wouldn't accept or send cookies, since they could be used to identify you. When starting up Incognito Mode, I do have to re-log-in to gmail, etc. But the log-in stays active during the session.
So it seems to me that Incognito Mode maintains a separate, temporary store of cookies which get destroyed when you exit incognito mode. Does this mean that, if you browse in Incognito Mode all the time, it would have no benefit? Does Incognito Mode do anything else?
google-chrome cookies browser
I think you should read this
– Shawn Mehan
Nov 10 '15 at 0:14
add a comment |
up vote
19
down vote
favorite
up vote
19
down vote
favorite
I was under the impression that Chrome in Incognito Mode wouldn't accept or send cookies, since they could be used to identify you. When starting up Incognito Mode, I do have to re-log-in to gmail, etc. But the log-in stays active during the session.
So it seems to me that Incognito Mode maintains a separate, temporary store of cookies which get destroyed when you exit incognito mode. Does this mean that, if you browse in Incognito Mode all the time, it would have no benefit? Does Incognito Mode do anything else?
google-chrome cookies browser
I was under the impression that Chrome in Incognito Mode wouldn't accept or send cookies, since they could be used to identify you. When starting up Incognito Mode, I do have to re-log-in to gmail, etc. But the log-in stays active during the session.
So it seems to me that Incognito Mode maintains a separate, temporary store of cookies which get destroyed when you exit incognito mode. Does this mean that, if you browse in Incognito Mode all the time, it would have no benefit? Does Incognito Mode do anything else?
google-chrome cookies browser
google-chrome cookies browser
asked Nov 10 '15 at 0:10
Eli Rose
2,37331937
2,37331937
I think you should read this
– Shawn Mehan
Nov 10 '15 at 0:14
add a comment |
I think you should read this
– Shawn Mehan
Nov 10 '15 at 0:14
I think you should read this
– Shawn Mehan
Nov 10 '15 at 0:14
I think you should read this
– Shawn Mehan
Nov 10 '15 at 0:14
add a comment |
4 Answers
4
active
oldest
votes
up vote
18
down vote
accepted
It essentially sets the cache path to a temporary folder. Cookies are still used, but everything starts "fresh" when the incognito window is launched. This applies all storage, including Cookies, Local Storage, Web SQL, IndexedDB, cache, etc.
Of course Chrome also leaves pages out of the browser's history.
6
Something I've observed is that Chrome incognito does have at least some access to your cookies and browser history if you are signed into Chrome. Noticed this once when debugging a webapp. I suggest either using "Guest" account for Chrome or logging out of your Chrome account (assuming you ever logged in) before going incognito.
– Mark
Jan 17 '17 at 22:33
I have mentioned your name and @Mark in my answer
– Accountant م
Nov 20 at 0:47
add a comment |
up vote
3
down vote
Chrome's incognito mode sets the cache to a temporary folder. When you close the browser window the folder is deleted. So all your history, logins, and downloads are forgotten.
Incognito does not stop sites from keeping information about your visit nor does it hide the browsing from people using a tool like Wireshark to see what you are viewing.
add a comment |
up vote
0
down vote
If you don’t want Google Chrome to save a record of what you visit and download, you can browse the web in incognito mode.
A detailed link of what Chrome itself says
https://support.google.com/chrome/answer/95464?hl=en
add a comment |
up vote
0
down vote
Just an important privacy note on @Jared Dykstra answer and @Mark comment.
but everything starts "fresh" when the incognito window is launched.
This applies all storage, including Cookies
Not 100% true
Today I opened a new fresh chrome incognito window and requested youtube.com . but I surprisingly found that youtube is recommending some videos to me!!! How? based on what ? I'm supposed to be a very new client with fresh browser - I noticed the recommended videos was based on the videos I usually watch while signed in to my google account from chrome or firefox -
After investing the cookies I was shocked that chrome is sending these cookies to youtube.com along with the very first request send to youtube.com from a new freshly opened incognito window.
GPS
PREF
VISITOR_INFO1_LIVE
YSC
I guess youtube.com servers used these cookies to know who I'm and recommend videos for me based on them.
I checked Firefox and it does not do that, it starts the private windows with 100% empty cookies header!
add a comment |
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
18
down vote
accepted
It essentially sets the cache path to a temporary folder. Cookies are still used, but everything starts "fresh" when the incognito window is launched. This applies all storage, including Cookies, Local Storage, Web SQL, IndexedDB, cache, etc.
Of course Chrome also leaves pages out of the browser's history.
6
Something I've observed is that Chrome incognito does have at least some access to your cookies and browser history if you are signed into Chrome. Noticed this once when debugging a webapp. I suggest either using "Guest" account for Chrome or logging out of your Chrome account (assuming you ever logged in) before going incognito.
– Mark
Jan 17 '17 at 22:33
I have mentioned your name and @Mark in my answer
– Accountant م
Nov 20 at 0:47
add a comment |
up vote
18
down vote
accepted
It essentially sets the cache path to a temporary folder. Cookies are still used, but everything starts "fresh" when the incognito window is launched. This applies all storage, including Cookies, Local Storage, Web SQL, IndexedDB, cache, etc.
Of course Chrome also leaves pages out of the browser's history.
6
Something I've observed is that Chrome incognito does have at least some access to your cookies and browser history if you are signed into Chrome. Noticed this once when debugging a webapp. I suggest either using "Guest" account for Chrome or logging out of your Chrome account (assuming you ever logged in) before going incognito.
– Mark
Jan 17 '17 at 22:33
I have mentioned your name and @Mark in my answer
– Accountant م
Nov 20 at 0:47
add a comment |
up vote
18
down vote
accepted
up vote
18
down vote
accepted
It essentially sets the cache path to a temporary folder. Cookies are still used, but everything starts "fresh" when the incognito window is launched. This applies all storage, including Cookies, Local Storage, Web SQL, IndexedDB, cache, etc.
Of course Chrome also leaves pages out of the browser's history.
It essentially sets the cache path to a temporary folder. Cookies are still used, but everything starts "fresh" when the incognito window is launched. This applies all storage, including Cookies, Local Storage, Web SQL, IndexedDB, cache, etc.
Of course Chrome also leaves pages out of the browser's history.
edited Nov 11 '15 at 16:05
answered Nov 10 '15 at 0:14
Jared Dykstra
3,012419
3,012419
6
Something I've observed is that Chrome incognito does have at least some access to your cookies and browser history if you are signed into Chrome. Noticed this once when debugging a webapp. I suggest either using "Guest" account for Chrome or logging out of your Chrome account (assuming you ever logged in) before going incognito.
– Mark
Jan 17 '17 at 22:33
I have mentioned your name and @Mark in my answer
– Accountant م
Nov 20 at 0:47
add a comment |
6
Something I've observed is that Chrome incognito does have at least some access to your cookies and browser history if you are signed into Chrome. Noticed this once when debugging a webapp. I suggest either using "Guest" account for Chrome or logging out of your Chrome account (assuming you ever logged in) before going incognito.
– Mark
Jan 17 '17 at 22:33
I have mentioned your name and @Mark in my answer
– Accountant م
Nov 20 at 0:47
6
6
Something I've observed is that Chrome incognito does have at least some access to your cookies and browser history if you are signed into Chrome. Noticed this once when debugging a webapp. I suggest either using "Guest" account for Chrome or logging out of your Chrome account (assuming you ever logged in) before going incognito.
– Mark
Jan 17 '17 at 22:33
Something I've observed is that Chrome incognito does have at least some access to your cookies and browser history if you are signed into Chrome. Noticed this once when debugging a webapp. I suggest either using "Guest" account for Chrome or logging out of your Chrome account (assuming you ever logged in) before going incognito.
– Mark
Jan 17 '17 at 22:33
I have mentioned your name and @Mark in my answer
– Accountant م
Nov 20 at 0:47
I have mentioned your name and @Mark in my answer
– Accountant م
Nov 20 at 0:47
add a comment |
up vote
3
down vote
Chrome's incognito mode sets the cache to a temporary folder. When you close the browser window the folder is deleted. So all your history, logins, and downloads are forgotten.
Incognito does not stop sites from keeping information about your visit nor does it hide the browsing from people using a tool like Wireshark to see what you are viewing.
add a comment |
up vote
3
down vote
Chrome's incognito mode sets the cache to a temporary folder. When you close the browser window the folder is deleted. So all your history, logins, and downloads are forgotten.
Incognito does not stop sites from keeping information about your visit nor does it hide the browsing from people using a tool like Wireshark to see what you are viewing.
add a comment |
up vote
3
down vote
up vote
3
down vote
Chrome's incognito mode sets the cache to a temporary folder. When you close the browser window the folder is deleted. So all your history, logins, and downloads are forgotten.
Incognito does not stop sites from keeping information about your visit nor does it hide the browsing from people using a tool like Wireshark to see what you are viewing.
Chrome's incognito mode sets the cache to a temporary folder. When you close the browser window the folder is deleted. So all your history, logins, and downloads are forgotten.
Incognito does not stop sites from keeping information about your visit nor does it hide the browsing from people using a tool like Wireshark to see what you are viewing.
answered Nov 11 '15 at 7:02
ikhaliq15
13111
13111
add a comment |
add a comment |
up vote
0
down vote
If you don’t want Google Chrome to save a record of what you visit and download, you can browse the web in incognito mode.
A detailed link of what Chrome itself says
https://support.google.com/chrome/answer/95464?hl=en
add a comment |
up vote
0
down vote
If you don’t want Google Chrome to save a record of what you visit and download, you can browse the web in incognito mode.
A detailed link of what Chrome itself says
https://support.google.com/chrome/answer/95464?hl=en
add a comment |
up vote
0
down vote
up vote
0
down vote
If you don’t want Google Chrome to save a record of what you visit and download, you can browse the web in incognito mode.
A detailed link of what Chrome itself says
https://support.google.com/chrome/answer/95464?hl=en
If you don’t want Google Chrome to save a record of what you visit and download, you can browse the web in incognito mode.
A detailed link of what Chrome itself says
https://support.google.com/chrome/answer/95464?hl=en
answered Nov 10 '15 at 0:16
Biraj B Choudhury
472413
472413
add a comment |
add a comment |
up vote
0
down vote
Just an important privacy note on @Jared Dykstra answer and @Mark comment.
but everything starts "fresh" when the incognito window is launched.
This applies all storage, including Cookies
Not 100% true
Today I opened a new fresh chrome incognito window and requested youtube.com . but I surprisingly found that youtube is recommending some videos to me!!! How? based on what ? I'm supposed to be a very new client with fresh browser - I noticed the recommended videos was based on the videos I usually watch while signed in to my google account from chrome or firefox -
After investing the cookies I was shocked that chrome is sending these cookies to youtube.com along with the very first request send to youtube.com from a new freshly opened incognito window.
GPS
PREF
VISITOR_INFO1_LIVE
YSC
I guess youtube.com servers used these cookies to know who I'm and recommend videos for me based on them.
I checked Firefox and it does not do that, it starts the private windows with 100% empty cookies header!
add a comment |
up vote
0
down vote
Just an important privacy note on @Jared Dykstra answer and @Mark comment.
but everything starts "fresh" when the incognito window is launched.
This applies all storage, including Cookies
Not 100% true
Today I opened a new fresh chrome incognito window and requested youtube.com . but I surprisingly found that youtube is recommending some videos to me!!! How? based on what ? I'm supposed to be a very new client with fresh browser - I noticed the recommended videos was based on the videos I usually watch while signed in to my google account from chrome or firefox -
After investing the cookies I was shocked that chrome is sending these cookies to youtube.com along with the very first request send to youtube.com from a new freshly opened incognito window.
GPS
PREF
VISITOR_INFO1_LIVE
YSC
I guess youtube.com servers used these cookies to know who I'm and recommend videos for me based on them.
I checked Firefox and it does not do that, it starts the private windows with 100% empty cookies header!
add a comment |
up vote
0
down vote
up vote
0
down vote
Just an important privacy note on @Jared Dykstra answer and @Mark comment.
but everything starts "fresh" when the incognito window is launched.
This applies all storage, including Cookies
Not 100% true
Today I opened a new fresh chrome incognito window and requested youtube.com . but I surprisingly found that youtube is recommending some videos to me!!! How? based on what ? I'm supposed to be a very new client with fresh browser - I noticed the recommended videos was based on the videos I usually watch while signed in to my google account from chrome or firefox -
After investing the cookies I was shocked that chrome is sending these cookies to youtube.com along with the very first request send to youtube.com from a new freshly opened incognito window.
GPS
PREF
VISITOR_INFO1_LIVE
YSC
I guess youtube.com servers used these cookies to know who I'm and recommend videos for me based on them.
I checked Firefox and it does not do that, it starts the private windows with 100% empty cookies header!
Just an important privacy note on @Jared Dykstra answer and @Mark comment.
but everything starts "fresh" when the incognito window is launched.
This applies all storage, including Cookies
Not 100% true
Today I opened a new fresh chrome incognito window and requested youtube.com . but I surprisingly found that youtube is recommending some videos to me!!! How? based on what ? I'm supposed to be a very new client with fresh browser - I noticed the recommended videos was based on the videos I usually watch while signed in to my google account from chrome or firefox -
After investing the cookies I was shocked that chrome is sending these cookies to youtube.com along with the very first request send to youtube.com from a new freshly opened incognito window.
GPS
PREF
VISITOR_INFO1_LIVE
YSC
I guess youtube.com servers used these cookies to know who I'm and recommend videos for me based on them.
I checked Firefox and it does not do that, it starts the private windows with 100% empty cookies header!
answered Nov 20 at 0:45
Accountant م
1,70211124
1,70211124
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f33620706%2fwhat-does-chromes-incognito-mode-do-exactly%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I think you should read this
– Shawn Mehan
Nov 10 '15 at 0:14