I have followed the book closely and looked over the code to make sure it matches Larry's. However, no matter what I do, I am not able to load the session into the database when I run the sessions.php file as per the book. I was hoping on some help to figure out what the issue is.
I am running PHP 5.4.10 and Mysql 5.5.29. Thanks for the help in advance!
******This is my db_sessions.inc.php file:*********
<?php # Script 3.1 - db_sessions.inc.php
/*
* This page creates the functional interface for
* storing session data in a database.
* This page also starts the session.