[nycphp-talk] Caching, memcached and sessions
Mitch Pirtle
mitch.pirtle at gmail.com
Mon Oct 8 14:48:11 EDT 2007
On 10/7/07, Rob Marscher <rmarscher at beaffinitive.com> wrote:
>
> If you want to support a "remember me" session, you'll need to backup your
> active sessions from time to time in case of a server failure or reboot.
Exactly, that is one occasion where you'd want to store the session
data in case of reboot/disaster/Microsoft.
Didn't know that memcache could be used as the default session save
handler though, that's interesting.
For Joomla I implemented a memcache driver for JSession, so it's
handled at the application level.
-- Mitch
More information about the talk
mailing list