I would think that beside performance, you might also need to think about how to manage memory for session scoped objects.
on the other hand, if we have some sort of cache facility, performance may not be a big issue. On 6/20/05, Nitish Kumar <[EMAIL PROTECTED]> wrote: > I am again stuck on to the age old debate of Session v/s Request scope form > beans. > > I have a fairly large amount of data in my form bean, Since I have my own > pagination logic, I need to keep a large amount of data on jsp, I am using > hidden fields to move the data back and forth between server and client. > > I just wanted to know, how much of impact would be in terms of performance, > if I put the data in session compared to passing the data in hidden fields. > > > > > Thanks and Regards, > Nitish Kumar > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]