Can anyone provide me some learning resources that focus on session management in PHP? Preferably resources that aren't "dry".
+4
A:
http://www.tizag.com/phpT/phpsessions.php
http://shiflett.org/articles/the-truth-about-sessions - this one is really great from a security perspective.
Icode4food
2010-08-27 15:54:57
A:
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)
sshow
2010-08-27 15:55:42
A:
More generally, Wikipedia's session article on session management is not terribly dry.
livingtech
2010-08-27 15:58:24