Re: [Camino] User.js difference with about:config
"Robert D." <[email protected]>
| Newsgroups | gmane.comp.mozilla.chimera |
|---|---|
| Message-ID | <46093E0F.7060400__43686.303337063$1175013959$gmane$org@denstarfarm.us> |
I said the following:
after I red the links you sent, I must also add the extra :
USER.JS =:
> // network.cookie.lifetime.days
> user_pref("network.cookie.lifetime.days",5)
// network.cookie.lifetimePolicy
//0=The cookie's lifetime is supplied by the server. (Default)
//1=The user is prompted for the cookie's lifetime
//2=The cookie expires at the end of the session (when the browser closes).
//3=The cookie lasts for the number of days specified by
network.cookie.lifetime.days.
user_pref("network.cookie.lifetimePolicy", 3);
"about:config" =:
network.cookie.lifetime.days ///default ///integer /// 90
network.cookie.lifetime.policy ///default ///integer /// 0
so i wonder if Camino knows where my user.js is?
library/application support/camino/user.js