最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Nonce - reissue with ajax poll

programmeradmin1浏览0评论

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.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论