I need help. I've searched and searched for an answer and I have yet to find anything that has corrected my problem. I'm trying to use sessions in a current project but for some reason that is unknown to me the varialbes are not retaining thier values. I have session_start(); at the beginning of my pages. I have session_register('text') for each of my form variables but when I click on the submit button an go to the next form page non of my values are transfered over. I'm cacheing my sessions to a file in a temp folder and when I open to view it's contents the only thing in them are the variable names and not their values. To my knowledge my php.ini and my httpd.conf are setup correctly as speciefied in many how-tos on the web. So, if anyone can help it would be greatly appreciated.