Bugzilla – Bug 10482
cachedir should be created earlier for new server
Last modified: 2009-01-04 04:58:21 UTC
Currently we create cachedir after loading modules which means on a new server start the cookie.dat file may not be saved on first use of linux machines and probably other things too.. I think processing of the cachedir option and calling makeCacheDir should move to prefs init time which is earlier than all other stuff.
fixed by delaying use of cachedir until after it is set change 24480 and change 24481