Articles on memcached

Ben Lindsey

Ben Lindsey

Browser session cookies and Dalli

A while back one of our clients requested that Rails sessions be stored in session cookies (i.e. a cookie that will expire when the browser is closed). This was for security reasons so your cookie couldn’t be read off the disk and replayed on another browser/machine. We were using memcached to store our sessions and