The answer doesn't need to be pylons specific. I just happen to be
using this framework, so this group seemed like a good place to start.

I'm looking to store info thats a bit more complex than just a item
number, so I'm considering storing temporary items created in guest
sessions in a table along with items saved in users sessions.

The temporary items would need to be flagged in someway in the DB &
cleaned out somehow....

Any thoughts?

Matthew



On Jan 25, 5:27 pm, Jamie <[email protected]> wrote:
> That's a pretty broad application design question and with an answer
> that isn't likely to be Pylons-specific.  The easiest way would be to
> just keep track of the cart items using a Beaker session.
>
> On Jan 24, 9:45 pm, Matt Woolnough <[email protected]> wrote:
>
>
>
> > Just wanting to get some ideas on how best to implement 'lazy
> > registration' using pylons. An example of this functionality is in
> > Amazon where a user can add items to their shopping cart without being
> > signed in.
>
> > Any ideas appreciated. - thanks.
>
> > Matthew

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to