Shooping Cart Apps
- There are two different shopping cart apps. Difference in UI only.
- These apps do not use Cookies, Sessions nor Database.
- A Cart is created using: an application name 'XYZ' + client IP address
- The Cart is saved under /tmp/py-shopcarts/XYZ_clientIP
Shop.py (no JavaScript code)
Shop2.py (some JavaScript code)