JSP ??????? - PowerPoint PPT Presentation

About This Presentation
Title:

JSP ???????

Description:

Cookie & Session ... – PowerPoint PPT presentation

Number of Views:43
Avg rating:3.0/5.0
Slides: 9
Provided by: Burin5
Category:
Tags: jsp | session

less

Transcript and Presenter's Notes

Title: JSP ???????


1
?????????????????????????????
Cookie Session
??????????????? ???????????? ?????????????????????
?????????????? http//www.yonok.ac.th
?.???????? ??????????? . ???????? 3 ??????? 2550
2
????????
?????? (Session) ??? ???????????????????????????
??????????????????????????????????
?????????????????????????????????
?????????????????????????????????? ??????
(Cookie) ??? ????????????????????? HTTP Header
???????? ?????????????????????????????????????????
???????????????????????????? ?????????????????????
??????????? ??????????????????????????????????????
??? ??????????????????????????????????????????????
???????????????????
3
??????????? ??????????? Cookie (cookie.htm)
ltform actionsavecookie.php
methodgetgt ltinput nameu size40gtltbrgt ltinput
typesubmitgt lt/formgt
4
?????????????????????????? (savecookie.php)
lt? if (isset(_GET"u")) setcookie("u",_GET'
u',time()3600) echo "keep ok" ?gt lta
hrefshowcookie.phpgtshow cookielt/agt
????????? http//www.thaiall.com/php/indexo.html
5
???????????????? cookie (showcookie.php)
ltbodygt lt?_COOKIE'u' ?gt lthrgt lt? echo
_COOKIE'u' ?gt lt/bodygt
6
??????????? Session
lt? session_start() if (!isset(_SESSION'u')
isset(_REQUEST"u")) _SESSION'u'
_REQUEST"u" ?gt
7
???????? Session
lt? session_start() if (!isset(_SESSION'count')
) echo _SESSION'count' ?gt
8
????? ???????? ??????????? Session
lt? session_start() if (!isset(_SESSION'count')
) _SESSION'count' 1 else
_SESSION'count' echo _SESSION'count' ?
gt
Write a Comment
User Comments (0)
About PowerShow.com