Can anyone provide me some learning resources that focus on session management in PHP? Preferably resources that aren't "dry".
Asked
Active
Viewed 137 times
0
-
Dry as in boring, or hard to read and follow. I'd like something more "humanized" – Rob Aug 27 '10 at 15:54
-
You might want to specify a language or environment. Sessions are pretty environment specific. – livingtech Aug 27 '10 at 15:56
-
@livingtech: you may notice the "PHP" tag – Rob Aug 27 '10 at 15:57
-
Ahhh, you're right, I did not notice the php tag. Still, it couldn't have hurt to put it in the question title or body. – livingtech Aug 27 '10 at 15:59
4 Answers
4
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
- 8,504
- 16
- 61
- 93
0
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)
0
More generally, Wikipedia's session article on session management is not terribly dry.

livingtech
- 3,570
- 29
- 42