in reply to Re: Change in Source changes records returned in an unchanged query...
in thread Change in Source changes records returned in an unchanged query...

I wish it were that simple. No, I've been reloading the page to see changes.
  • Comment on Re: Re: Change in Source changes records returned in an unchanged query...

Replies are listed 'Best First'.
Re: Re: Re: Change in Source changes records returned in an unchanged query...
by Anonymous Monk on May 22, 2001 at 01:24 UTC
    Do you use a proxy? How about Shift-Reload? But I think it's the Server. He caches the script and all Variables. The Variables contain a cache for the Database. The cache for Database doesn't correctly get the change. The script thinks it's internal cache is valid. Unless the Server sees the script changed and reloads the script thereby initialising the internal cache to "not valid".

      No proxy, i'm accessing this as http://localhost

      I'll check the documentation, but I do not believe Xitami does caching. Aside from that, most good web servers to my knowledge know better than to cache scripts.

      Update: Xitami does not seem to have any options for caching