Use per-user session caches. This makes it possible to run scripts such
as fbce_test.pl or fbce_user.pl as yourself while the system is running
as www:www, since the session cache is created at startup rather than at
first use.
Note that per-process session caches are not a good idea unless some sort
of session affinity is in place.