Do separate threads share cookies/cache?

osho

Client
Регистрация
20.03.2012
Сообщения
125
Благодарностей
5
Баллы
18
I have a template that calls my server: ?id=100 let's say. Each call should return differently... but I'm getting duplicates. I can't tell if its mysql returning the same stuff to multiple threads (too many simultaneous) or if it's Zennoposter browser caching the previous call?
 

osho

Client
Регистрация
20.03.2012
Сообщения
125
Благодарностей
5
Баллы
18
First step of the template is Clear Cache too...
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
All GET/POST requests or goto URLs are not shared within several instances.
 

osho

Client
Регистрация
20.03.2012
Сообщения
125
Благодарностей
5
Баллы
18
Ok, I had to change some mysql queries to fix this on my end. Thanks
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)