[jquery-ui] Re: Autocomplete success function and JSON

2010-03-11 Thread Hardy Johnson
Hello Chuk, I was just debugging a very similar issue and believe i was running into it due to browser cached JSON responses. Since the browser will cache the ajax response independently of your page depending on header and browser settings. Try clearing the cache on your browser or using a

[jquery-ui] Re: Autocomplete success function and JSON

2010-03-11 Thread Roman
Browsers are supposed to obey instructions given via cache related headers. I didn't have any problems with AJAX output caching when I used session_cache_limiter(nocache) (prior to session_start() ). On Mar 11, 5:34 pm, Hardy Johnson hardyjohn...@gmail.com wrote: Hello Chuk, I was just