Skip directly to content

Best Performance Practices: Storing Drupal Sessions in Memcache and Handling Cache_form issues with Memcache

on Wed, 02/03/2010 - 07:20

I believe you have already worked upon the Drupal 6 performance and optimzation techniques and now is the time to do some session handling improvements.

 

Drupal Sessions: Challenge

 Drupal stores sessions in database tables that may make your drupal site slow if your application is too database intensive and you have too many users loging in and logging out.

 

Drupal Sessions: Solution

 Memcache as always!