On Tue, 2003-12-09 at 19:38, andrew dunn wrote:
> There is one problem though related to the what seems like caching of
> pages. I'm building each page of categories based on the category id
> passed in, and when I access one page (e.g. cat_id=10), followed quickly
> by another of a different category (e.g. cat_id=15) I always get the
> original page again (cat_id=10).

In addition to what others said about globals, you may be accidentally
creating closures which maintain the value of lexical variables.  If you
post a simple test case that demonstrates the problem, we could probably
tell you what's wrong.

- Perrin


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to