[cvs] commit: horde/lib SessionCache.php
Michael M Slusarz
slusarz@bigworm.colorado.edu
Fri, 5 Jul 2002 21:31:33 -0700 (PDT)
slusarz 2002/07/05 21:31:33 PDT
Modified files:
lib SessionCache.php
Log:
New method of pruning the Session cache. The new method ensures that an
entry will last at least through the entire next request -and- that no
entry added during this request will ever be removed before it can be
accessed in at least one future request. Theoretically, a request that has
many cache inserts (e.g. a mail message with 20+ parts) would lose the
first cache items before the next request even has a chance to use it.
Revision Changes Path
1.13 +44 -10 horde/lib/SessionCache.php
Chora Links:
http://cvs.horde.org/diff.php/horde/lib/SessionCache.php?r1=1.12&r2=1.13&ty=u