使 PHP cookie 在浏览器关闭后保留
关闭浏览器后,用户会自动退出我的网站。
有没有办法让cookie在浏览器关闭后保持活动状态?
A user is automatically logged out of my site upon closing the browser.
Is there a way to make cookies stay active after the browser is closed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需将其设置为将来到期的时间即可。
Just set the time on it to expire in the future.
您需要手动设置 cookie 来保持会话。您需要手动计算会话来在用户再次打开浏览器时识别用户。
You need to manualy set the cookies to keep the session. You need a manualy computed session to identify the user when he opens the browser again.