diff options
author | corvid <corvid@lavabit.com> | 2010-03-22 17:36:52 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-03-22 17:36:52 +0000 |
commit | 3c80d1785e36e5400bdf8eea590c9832b89be221 (patch) | |
tree | 0262eaf4ad7a9590d6755cbca20896175cfd31eb | |
parent | eecb359024409cf7110bef25a35e958db3cc1acb (diff) |
update cookies limit in doc
-rw-r--r-- | doc/Cookies.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Cookies.txt b/doc/Cookies.txt index 6c55e678..a8e82a83 100644 --- a/doc/Cookies.txt +++ b/doc/Cookies.txt @@ -1,6 +1,6 @@ Jan 2002, Jörgen Viksell - jorgen.viksell@telia.com, Jorge Arellano Cid -- -Last update: January 2010 +Last update: March 2010 ================== @@ -14,10 +14,10 @@ real-world cookies usage. Cookies are handled by a dpi (plugin) which shares them between your instances of Dillo. +Currently, cookie limits are: 20 per domain, and 1200 in total. + When the dpi exits, cookies that you have ACCEPTed are saved to ~/.dillo/cookies.txt, and ACCEPT_SESSION cookies are forgotten. -(Currently the only limit to the amount of cookies to save to disk is -a maximum of 20 per domain.) The dpi normally exits after a period of inactivity, but you can force it to exit with the command "dpidc stop". |