J
Jason Burr
I was wondering what the best approach to handling a shopping cart was. My
concerns
1. Cookies not accepted (session variables not maintained and setting
retreiving cookies doesn't work)
2. Use an IP (people behind firewalls or using NAT or other subrouting
appear as same client)
3. Use of GET (people can bookmark cart contents then return and an order
has been fuffilled but shows as new because contents of string are
bookmarked too)
Am I being dense here?
Thanks in advance for any useful comments.
concerns
1. Cookies not accepted (session variables not maintained and setting
retreiving cookies doesn't work)
2. Use an IP (people behind firewalls or using NAT or other subrouting
appear as same client)
3. Use of GET (people can bookmark cart contents then return and an order
has been fuffilled but shows as new because contents of string are
bookmarked too)
Am I being dense here?
Thanks in advance for any useful comments.