0

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

Richard JP Le Guen
  • 28,364
  • 7
  • 89
  • 119
Rob
  • 7,980
  • 30
  • 75
  • 115

4 Answers4

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
3

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

Daniel Vandersluis
  • 91,582
  • 23
  • 169
  • 153
0

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

Community
  • 1
  • 1
sshow
  • 8,820
  • 4
  • 51
  • 82
0

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

livingtech
  • 3,570
  • 29
  • 42