Dmitry Beransky wrote:
>
> Hi,
>
> Having searched through the documentation, source code and the archives I
> found no references to how Apache::ASP works with the validation
> model. I'm primarily talking about handling the 'Last-Modified' and
> 'If-Modified-Since' headers. Does it at all?
>
No, this wouldn't make sense for most scripts which will
contain dynamic parts. However, if a scripts was just
raw HTML, I could potentially build in some smart caching
that would response to such a header appropriately.
If you could predict that a script's output won't change,
you could try to work with these headers, but my recommendation
would be to set the $Response->{Expires} to some time in
the future, like 3600 for an hour.
-- Joshua
_________________________________________________________________
Joshua Chamas Chamas Enterprises Inc.
NodeWorks >> free web link monitoring Huntington Beach, CA USA
http://www.nodeworks.com 1-714-625-4051