سؤال

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