As far as I know, Struts never explicitly removes form beans from session scope. This does create the potential for performance issues, simply because those form beans take up memory. With a limited user base, you can probably throw enough RAM into your server to avoid serious problems, though.
On Tue, 8 Mar 2005 15:27:17 +0530, Raghuveer Vellanki <[EMAIL PROTECTED]> wrote: > Dear Erik, > In My struts application ,i used 50 form beans in session scope. > My application will be accessed by 200 users daily. > > Does it leads to performance issue ,if using form beans in session. > > Can you clarify me when does the form bean object would be removed in > session scope after it's use. > > RaghuVeer > -- Jeff Beal Webmedx, Inc. Pittsburgh, PA USA --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]