質問

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