I have a site that I have developed on a testing server. Everything works fine, so I upload it to the "live" server and now some session variables are missing (but not all). I did a test and my localhost runs PHP ver 5.2 while the "live" server has PHP ver 4.4.7, can this be my problem? Do different versions of php handle session variables differently?
Any guidance will be appreciated!