A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn’t great, if contents of the website are behind a paywall maybe copy them into the post
- Don’t promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
much thanks to @gary_host_laptop for the logo design :)
- 0 users online
- 57 users / day
- 383 users / week
- 1.5K users / month
- 5.7K users / 6 months
- 1 subscriber
- 3K Posts
- 74.8K Comments
- Modlog
Unless something has recently changed in the standards, there is no such thing as a default cookie lifetime. If a web site creates a cookie without defining the expiration time, it is to be kept until the end of the session (i.e. when the user closes the browser).
Note that browser extensions exist that can delete cookies early under certain conditions, such as when they are from a tab that hasn’t been used for an extended period of time.
Ok good to know, it does seem like there is some standard across browsers for a maximum cookie lifetime of 400 at least.
Do you have a cookie extension in specifc you would recommend?
400? Seconds or years?
Firefox has built-in cookie-deletion when you close the browser/tab, it’s under settings/privacy i believe
Days*
https://developer.chrome.com/blog/cookie-max-age-expires/
Sound like either set by server in header or it session cookie.
Not found for firefox yet, maybe the same.Edit: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
Sound like firefox the same.
Check the firefox documentation?
I did, all I found was how to define the cookielife time by yourself, not what the default value is… :<
I found this thread discussing it, they found the maximum lifespan to be around 400 days for the different browsers. However Google Docs state that it can be longer than 400 days if specified correctly. https://discourse.mozilla.org/t/cookie-maximum-lifespan/105916/5
wait, does the lifetime of cookie is decided by browser? I thought it is handled by the server and the server decided when to expire certain cookie.
https://feddit.de/comment/10189793
As far as I have understood it those are two different things; Cookie lifetime(locally on your device), as well as the servers cookie, reffered to as company/vendors retention period, e.g. how long they are allowed to keep your data for.