Closed (fixed)
Project:
Memcache API and Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2008 at 01:58 UTC
Updated:
2 Jan 2009 at 03:10 UTC
After a user has browsed a website for 6 minutes, memcache-session.inc starts updating users.access in the database for every page load. This is because the logic for updating the user.access has changed slightly from the 5.x code. I've kept the new logic, but moved the cache_set update of the $user data so that $user->access can also be updated in memcache. With this patch applied, user.access is only updated once every 6 minutes as desired.
| Comment | File | Size | Author |
|---|---|---|---|
| memcache-session.inc_.patch | 1.06 KB | jeremy |
Comments
Comment #1
jvandyk commentedGood one. Committed to 6.x branch.