I have a strange problem using the Ajax API, in my page I call the suggest GET method multiple times to get a list of products searching its by sku.
I noticed that only my first call works well, all the following calls give me the same product retrieved by first call.
I exclude some code problem because this problem occurs only on live theme, in the development themes works all properly
Ex
live theme: return product A
dev theme: return product A
live theme: return product A
dev theme: return product B
Could someone help me?