Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hemil193216y@NotWhoIUsedToBe
When browser want to save information for site it will save that information in cookies but what if I don't want to save that site information then where the browser will save this not to save information
in cookies? -
mindev5446yDang, next level language skills. But I think I understand. He wants to find a way to stop cookies from saving on his machine
-
bioDan61596y@hemil19 no. It depends on the implementation.
Like @AlexDeLarge said, there are many different types of cookies for different goals and usages.
Sites that ask the question you are presenting are most likely referring to a session cookie that stores the user/account data in an encrypted session cookie in your browser.
So for example, if you dont enable cookies in a site, the site may just force you to log-in after every action for authentication until you will most probably get irritated and enable cookies.
Where did not to save cookies for this site information store
In cookies? 🙄
rant