Hello,
I am switching webhosts.
Current host is using PHP 4.3.9
New host is using PHP 4.3.11
When I copied all my files over to the new webhost, now my site won't create sessions.
I can pull the information from the database correctly, and assign it a value. On page 1 it pulls the information, assigns a variable and outputs variable to the screen. It's also supposed to create a session.
On page 2 it does not show the session output. I tried putting ?FirstName=$FirstName in the url. This works in that it puts the variable in the url, but page 2 still does not display the FirstName information.
Any ideas?
It can't be a code issue because it was working fine on the other server, this problem only happened when I moved the files over to the new server.
Thanks,
Johnie Karr