On Wed, 8 Jan 2003 [EMAIL PROTECTED] wrote:
> Date: Wed, 8 Jan 2003 09:32:39 +0000 > From: [EMAIL PROTECTED] > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: struts and session size > > I'm a newb to struts, investigating it as a replacement to our home-grown > framework. The big issues we're dealing with are scalability and fail-over > support. The combination of the two issues require that the session size > and number of objects remain small (and generally immutable) for > serialization performance issues. > > My question is 'How much is the struts framework using the session'? I've > done a little investigation with some sample example applications and found > it's storing only the locale. I know it could also be storing Tokens, but > only on demand eh? Do heavier apps or certain functions of struts use the > session heavily? > The framework itself only uses sessions to store the user's currently selected Locale, and even then only if you ask for it. Anything else placed in the session is put there by the application. > Thanks! > > -George Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>