Home >Backend Development >PHP Tutorial >csdn论坛登录中下次自动登录功能是如何实现的?

csdn论坛登录中下次自动登录功能是如何实现的?

WBOY
WBOYOriginal
2016-06-23 14:28:15978browse

自动登录

如题。求解,最好教我怎么通过firebug来看这个是怎么实现的

回复讨论(解决方案)

请先学习 Cookie 的使用...

查看cookie

请先学习 Cookie 的使用...

查看cookie
关闭浏览器 之后cookie不是删除了吗?


请先学习 Cookie 的使用...

查看cookie
关闭浏览器 之后cookie不是删除了吗?

那是SESSION

cookie 有失效期,在没有失效之前总是存在的
cookie 中设置一个识别键,需要验证登录时检查一下就可以了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn