What's the best option for avoiding key collisions between multiple sites running on the same server using APC for user caching?
I've run into issues where 2 or more sites were using the same cache key and expecting different types of items to be stored under it--one expecting a json string, the other an array, another an object.
Is their a way to segment APC by site?
BTW: I'm using APC with Apache running prefork and mod_php.