Forum Moderators: open
the short short version :-P
Page 1 - Form to POST
Page 2 - Creates Session Cookie, displays details
asks to confirm, Submit button updates record
and goes to 3rd page
Page 3 - Try to access session cookies with weird results
ie. any session variable explicitly assigned a "string" or a number will display, but any of the session variables set to equal $_POST variable or even $normalvariable comes up blank...
I did notice that the third pages URL ends in? with no data after it.
Any geniuses out there know why this is?