Sorry if this question is dumb but, isn't it more or less what
sessions do ?
A session stores the id in a cookie and all the other relevant data in
a database. Am I wrog?
How does it differ from what you said?

On Oct 21, 4:53 pm, "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