From: Andreas A. <a.a...@th...> - 2001-08-02 08:31:30
|
Hi Alex, > Right now, I'm generating page cache ids with: > -Request URI (that includes the get string) > -A defined variable name (from the page definition) > -The value of that variable. Hmm. What about POST parameters and sessions? So if a resultpage for sess1 is diferent from one of sess2 because it depends on userdata AND post data. But the script is the same, e.g. bc/user/htdocs/userinfo.php. I'm not sure if it is neccessary to consider that. Currently I'm very satisfied with Zend Cache but It is great and important to have a free alternative in bc. But I hope this can be switched off !? > I'll check it in as soon as I've cleaned up some of the more ick debug > things I have floating around in it. Ah cool. BTW: The chache example bc/user/htdocs/cache.php is missing in CVS but included in Makefile. _andi |