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
版权声明:本文标题:Nonce - reissue with ajax poll 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745469983a2659705.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论