[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: previously viewed (within 1 minute) dynamic pages don't get updated unless I hit refresh


I've had similar problems before.

We will need more details though; is this your own Perl handler, an Apache::Registry script, or something else?

Have you tried testing your pages while running Apache in single process mode (httpd -X)? What happens?

Also, make sure you have read this:
http://perl.apache.org/docs/1.0/guide/porting.html#Sometimes_it_Works__Sometimes_it_Doesn_t

How are you generating the response headers? Apache::Request? CGI.pm? Do you "use strict" and "use warnings"? Check for any "will not stay shared" warnings and make sure you don't use "my" variables in a subroutine that were declared outside of it.

Finally, you may wish to try setting "Pragma" and "Cache-Control" headers.

Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.