memcache and security

View: New views
2 Messages — Rating Filter:   Alert me  

memcache and security

by Michael A. Peters :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Re: memcache and security

by Michael A. Peters :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Michael A. Peters wrote:

> 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?
>

Looks like APC may actually be more suited to my needs anyway (single
host, small objects), but looks like it has similar issue.

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