Question

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

Was it helpful?

Solution

You must use different urls every req. For example:

/?activity&secret=mq4s1Xsi&timestamp=19457278
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top