How is, for example, a shopping cart cookie set?
Once something is added to the cart it "creates" the cookie but how does the next page know to send a new http header with this new cookie to the client?
How is a cookie dynamically set based on user input? Is this functionality dependent on anything else?
I did see this example, but I am missing something.
Any help is appreciated, thanks.
CGI-C