On Thu, Jun 06, 2002 at 02:59:40PM +0000, Eliot Sykes wrote: > > > > > I've discovered that a session tool works in WeakScreens,Actions. > > i.e. a user is not required to be logged in. > > > > Does the data stored in a session tool for a non-logged in user > persist across requests?
It does persists. I use Vector to store an array of objects (purchase items), after reading turbine/documentation/services/pull that session scoped pull tools should be thread-safe. slava > > If no, how could a shopping basket be implemented for > a site where users don't have to log in to purchase goods? > TIA > Eliot > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
