[cvs] commit: imp/lib/IMAP Tree.php
Michael M Slusarz
slusarz at horde.org
Thu Jun 26 20:38:33 UTC 2008
slusarz 2008-06-26 16:38:33 EDT
Modified files:
lib/IMAP Tree.php
Log:
While I am in here, remove dependency on SessionObjects - instead, do
our own serialization in the IMP session (including lzf compression, if
possible). This is an example of session information that doesn't really
belong in Horde_Cache (since it is accessed on almost every page and
should persist only as long as the session), but isn't right for
SessionObjects either (since we never want it to be purged, SO is meant to
persist data from one request to the next, not to act as a cache store).
Revision Changes Path
1.192 +14 -13 imp/lib/IMAP/Tree.php
Chora Links:
http://cvs.horde.org/diff.php/imp/lib/IMAP/Tree.php?r1=1.191&r2=1.192&ty=u
More information about the cvs
mailing list