If you can set the clientcacheable property on the dataset to true,
before calling doRequest(), it is supposed
to inhibit the loader code from adding the cache-breaking query arg.

mydataset.clientcacheable = true;

mydataset.doRequest()





On Jan 28, 2008 10:10 PM, Fernando Germano <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm working on a SOLO app that will access a server page returning an XML.
> I'm working with datasets and I'm having troubles with the "__lzbc__"
> parameter that OL adds to the query string to avoid caching, as I really
> want caching to be possible I tried to do "caching=true" but it has no
> effect, the parameters keeps getting to the server..., does anyone knows how
> to remove this parameter? (I'm using OL 4.0.7).
>
>
> Thank you!
> Fernando



-- 
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to