Hi all,
I have a problem with IE 7 and lost session data. The strange thing is that it is only affecting one set of scripts, the rest of the site which also uses sessions work perfectly.
I have also read a lot of information on the net concerning IE 7 and lost sessions but there is so much reported concerning this subject that is very hard to get a resolution.
In my particuly case I have a script; SEE ATTACHED (signup.txt) whch calls a Smarty template, and after the user completes the form it writes the data to the table and then redirects to script 2, SEE ATTACHED thank.txt
Script 1 and script 2 work completly as designed in FireFox. If I include "print_r ($SESSION)" at the top of script 2 all the session vars are displayed. If however I ren the scrips using IE 7, no session variables are displays. I have also run the same script using IE 6 and again all works as designed to do so.
Does anyone have any ideas what is going wrong when run with IE 7. Remember that all the other script in the site work perfectly.