Frage

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!!

War es hilfreich?

Lösung

You must use different urls every req. For example:

/?activity&secret=mq4s1Xsi&timestamp=19457278
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top