I have a plugin which displays a map with markers. Using SetInterval I am refreshing the markers at a pre-determined interval using an ajax call.
It is only reading data, no updates.
I am using a nonce, the same nonce repeatedly, as WP Nonces are not single use. But they do expire.
If the screen is left on overnight, the nonce will eventually expire and I will start getting lots of error emails.
Should I re-issue the nonce once used, and pass the new nonce back through the json object returned by the ajax called function?
Or should I not use a nonce at all for this as we are only reading?
Thank you.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745469984a4629089.html
评论列表(0条)