admin管理员组

文章数量:1426938

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.

本文标签: Noncereissue with ajax poll