项目作者: simplonco

项目描述 :
Chocolate cookies
高级语言:
项目地址: git://github.com/simplonco/chocolate-cookies.git
创建时间: 2016-09-04T13:59:11Z
项目社区:https://github.com/simplonco/chocolate-cookies

开源协议:GNU General Public License v2.0

下载


Chocolate cookies

Yuuuum..

Level 1

Create a web page which ask user name and save it into a cookie, next retreive it and display it with a welcome message!

http://php.net/manual/en/features.cookies.php

Level 2

Try to found the cookie you save into your browser internals.

https://kb.iu.edu/d/ajfi

Level 3

Try to redo Level 1 but now by using a PHP session instead of a cookie!

http://php.net/manual/en/session.examples.basic.php

Level 4

The session create a cookie, what this one look like?