Вопрос

I had a problem about gwan cache, currently I visit a page serve by gwan (write in C) , which will execute some functions during visit, however, when I visit the same page few more time, gwan will directly give me the result without execute the function...

As the function is to update the information about user activity, is there any way to force gwan to run the functions every time I visit?

Thank you v much!!

Это было полезно?

Решение

You must use different urls every req. For example:

/?activity&secret=mq4s1Xsi&timestamp=19457278
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top