Blogger Information
Blog 35
fans 0
comment 0
visits 22301
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP基础知识之会话练习--2018年9月4日11:32:16
Hi的博客
Original
540 people have browsed it

用户登录和退出时网站很重要的一个功能,通常使用的会话技术是cookie 和session两种.

由于用户的登录和退出需要多个页面,我就截图来说明,

现在是cookie演示用户的登录和退出操作

  1. 先放公共的页面头部

    1.png

  2. 公共页面的尾部

    2.png

  3. 连接数据库

    4.png

  4. 公共函数库

    3.png

  5. 页面的首页

    5.png

  6. 登录页面

    6.png

  7. 登录配置页面

    7.png

  8. 登录成功页面

    8.png

  9. 退出页面

    9.png

由于session的会话登录跟cookie大相庭径就不截图了,只要在每个使用到cookie的页面先使用session_start();来开启session会话,然后setcookie来替换掉cookie即可.

接下来是cookie与session的优缺点分析

2018-8-31手抄代码.jpg

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments