PHP Sessions Video Tutorials – Part 1
Hi,
I’ve just released a new beginners video tutorial that introduces people to PHP sessions:
PHP Sessions Video Tutorial
PHP sessions are one of the most important mechanisms in PHP because they solve a fundamental issue in web application development: keeping state on a user.

If what I just says confuses you, no worries, it’s explained in the video.
This is video 1 of 3 on sessions.
Thanks,
Stefan Mischook
www.killerphp.com
February 14th, 2008 at 1:22 pm
without doubt PHP sessions are a highly valuable asset in a developers toolbox however they are not to difficult to make use of but there are certainly security considerations that should be taken into account especially with those of us using shared hosting solutions.
April 16th, 2008 at 8:07 am
Great tutorials. Very useful, thanks!