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
_______________________________________________
Camino mailing list
[email protected]
http://mozdev.org/mailman/listinfo/camino

Reply via email to