Need to learn more about sessions in 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.
精彩评论