issues
search
Needlworks
/
Textcube
Textcube : Brand yourself! / Personalized web publishing platform with multi-user support
http://www.textcube.org
Other
208
stars
55
forks
source link
SessionVisit garbage collector when memcache is enabled
#1681
Closed
inureyes
closed
10 years ago
inureyes
commented
10 years ago
Summary
Currently, SessionVisits table does not have delete / clean procedure. (To avoid duplicate visitor count)
However, SV table could be very big when using memcache as session table.
Needs garbage collection routine for SessionVisit table.
Summary