admin管理员组文章数量:1435859
I am creating a link to a Wordpress page. In this scenario, multiple users may use the same machine and get confused about who is logged in, so every time they follow the link they must be forced to log in again.
(This is a convenience/UX issue, not a security issue, so the fact that they could easily bypass the login is not a concern.)
So the link should:
- Force them to log in again
- Then take them to the page
I have tried
.php?redirect_to=;reauth=1
but it seems I can't rely on reauth=1 to force the login.
Is there another way to do this?
本文标签: redirectHow can I force the user to log ineven if they39re already authenticated
版权声明:本文标题:redirect - How can I force the user to log in, even if they're already authenticated? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745667909a2669392.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论