I seem to be having a problem when trying to use sessions. I go to write the session to a MySQL db and it writes fine. The problem arises when I go to start the session again in order to retrive the values out, all the values I had just put in get erased.
Do I need to call session_start in order to get the values? If so how or what should I do to keep the values that were in there set.
Thanks for the help.
