Ok, I'm pretty new to PHP and took on the ambitious assignment of writing a shopping cart program with MySQL. I'm using session variables to identify a user from page to page. Everything works wonderfully. Except for the big boss 3000 miles away who tried it and couldn't log in.
So suspect cookies and sessions are somehow intertwined, and change the privacy setting in my EI browser to "Block all cookies" and sure enough I can't log in either. What does cookies have to do with sessions? If I can't use cookies or sessions with 100% of the people using this thing, what are my alternatives? And also, I thought if a browser's cookies were set to block, the variables would automatically get sent through the URL.
Can anyone help me out with this?
So suspect cookies and sessions are somehow intertwined, and change the privacy setting in my EI browser to "Block all cookies" and sure enough I can't log in either. What does cookies have to do with sessions? If I can't use cookies or sessions with 100% of the people using this thing, what are my alternatives? And also, I thought if a browser's cookies were set to block, the variables would automatically get sent through the URL.
Can anyone help me out with this?