Emilia Ipate wrote:
> Al, your solution is good, except for one thing: what do you do if the
> user leaves the application at step2? You will have in DB all the items
> the user checked, but they are no longer necessary....
>   

1) Not if they come back, in which case they'll be delighted you cared
enough to remember.
2) Use a session listener to remove them.
3) Use a sweeper that goes through and removes items with a timestamp >
some reasonable value.
4) Pay us for solving your problem!

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to