In my web application, user can edit items from their inventory. When they request to edit an item, I retrieve from the database many properties - most of them will be editable by the user, but other is for display purposes only.
Is it proper to put this non-form data in the session? That way if validation fails, the user can still see the display data required to make informed decision. Also, does anyone have an opinion on the fact that if you're using session form, it prevents multiple instances of the form to be accessed at once? Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]