On Fri, 2004-03-12 at 11:41, Nath wrote: > There's just one more problem that seems to be lurking on my website. I > think this might have something to do with mod_perl's caching scheme.
The first thing you need to understand is that mod_perl has no caching scheme. It is just perl and apache. You do need to tell us which version of mod_perl you are running, and if you are using Apache::Registry, or PerlRun, or something else. > The problem is, the last page loaded by either of those scripts is the page > that will always show up the next time they return. Sounds like client-side caching. Take a look at the headers you are sending. > Secondly, the links at the top > to move the user backwards in the photo albums are ignored. What do those links do? What happens when you click on them? > These scripts worked fine on the standard perl by the way. Then you can probably find the difference if you compare the headers sent when you run under CGI with those sent when you run on mod_perl. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html