PHP Day 15: Sessions
I didn’t know what a session was until a couple days ago, so this video shares what I’ve learned so far. It’s a short introduction, three and a half minutes long.
Links for PHP Day 15: Sessions
From the PHP manual:
- PHP: Session Handling Functions - Reference page all about sessions and session-related functions, most of which I haven’t learned about yet.
- PHP: session_start
- PHP: session_destroy
So now I understand the basic syntax, but I won’t really understand sessions until I start using them — and I won’t start using them until I start a project that needs them.



July 31st, 2008
Any more tutorials on php in the works? Creating lots on mini apps?
August 12th, 2008
Hey, thanks for all your comments! I do want to make more PHP videos sometime in the future… I probably won’t get around to it for a while, though.
I still have so much more to learn, too!