Re: Weird caching problem in windows browsers (solved)

2001-06-25 Thread kyle dawkins
hey all found the problem and it had nothing to do with caching or browsers or OSes, but it's worth a mention here for future reference. for debugging purposes, i had use CGI::Carp qw(fatalsToBrowser); in my handler. for the most part, it was useful, except in this case. deep down in one of

Weird caching problem in windows browsers

2001-06-25 Thread kyle dawkins
hey guys i have a pretty big mod_perl system up and running and have run into a weird problem with browser caching (or rather, not caching) on windows. i have a series of complex forms that submit to and are generated by a mod_perl handler. each submitted form is validated and another form is g