I'm having a hard time with sessions. I have a long form on 3 different pages and then a preview page of everything entered. I created the code to store the session variables on each page but on the preview page it comes up empty.
I am using session_start(); on every page. I have a place where my sessions are stored on my server. Any idea what the problem could be? When I store the information in a session on the first page, will it carry to the 4th page?
Any help will be appreciated!
~Amy