You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Ged Haywood <ge...@www2.jubileegroup.co.uk> on 2002/02/19 12:42:59 UTC

Re: [OT-ish] Session refresh philosophy

Hi there,

On Mon, 18 Feb 2002, Milo Hyson wrote:

> maybe I'm just approaching the problem incorrectly. If one is doing a 
> shopping-cart-style application (whereby someone selects/configures multiple 
> items before they're ultimately committed to a database) how else would you 
> do it? There has to be some semi-persistent (i.e. inter-request) data where 
> selections are stored before they're confirmed.

You can for example send a hidden <form> object back and forth between
your Client and the app.

73,
Ged.