I'm looking into caching technologies.
memcache looks straight forward, but seems to lack any security, which seems to indicate it should not be used with shared hosting where another user could read or alter the objects.

Is there any way to at least do hostname based authentication with memcache? I suppose that would be too easy to fake.

Any other object caching systems with better security?

Or am I completely mis-understanding memcache and this isn't an issue?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to