In fact it's a perfect example of why, even if we use HTTP Digest for
the authentication, the session module is still needed.
With the session module you can just store those IDs directly server-
side without the need of create an account.

On 21 oct, 14:53, "Aaron Swartz" <[EMAIL PROTECTED]> wrote:
> > For example, how would you do it for a shopping cart?
>
> That's a good example. Personally, I'd have a cookie that listed the
> product IDs they'd added to the cart and if they went over the
> cookie-size limit I'd ask them to create an account.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to