开发者

Need to learn more about sessions in PHP

开发者 https://www.devze.com 2023-01-13 23:17 出处:网络
Can anyone provide me some learning开发者_开发问答 resources that focus on session management in PHP? Preferably resources that aren\'t \"dry\".http://www.tizag.com/phpT/phpsessions.php

Can anyone provide me some learning开发者_开发问答 resources that focus on session management in PHP? Preferably resources that aren't "dry".


http://www.tizag.com/phpT/phpsessions.php

http://shiflett.org/articles/the-truth-about-sessions - this one is really great from a security perspective.


Have you tried php.net's documentation on sessions?


Here's some information focusing on some different subjects regarding session handling in PHP

  • Session Handling (PHP Manual)
  • "PHP Session Security" (SO question)
  • "What are the risks of PHP sessions" (SO question)


More generally, Wikipedia's session article on session management is not terribly dry.

0

精彩评论

暂无评论...
验证码 换一张
取 消