tags:

views:

44

answers:

4

Can anyone provide me some learning resources that focus on session management in PHP? Preferably resources that aren't "dry".

+3  A: 

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

Daniel Vandersluis
+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
A: 

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

sshow
A: 

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

livingtech