Session size management with Struts

2002-01-14 Thread Olivier Dinocourt
Hello list Since I've been developing webapps, I've always been told that the HTTP session should be kept as small as possible. IBM suggests a size of 4kb. Struts seems to put form beans into the HTTP session, and one often needs more than one form bean for a webapp. After browsing the Struts

RE: Session size management with Struts

2002-01-14 Thread Jon.Ridgway
Message- From: Olivier Dinocourt [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 15:54 To: Struts Users Mailing List Subject: Session size management with Struts Hello list Since I've been developing webapps, I've always been told that the HTTP session should be kept as small as possible. IBM

Re: Session size management with Struts

2002-01-14 Thread Francisco Hernandez
, 2002 10:16 AM Subject: Re: Session size management with Struts You can make request the default scope for form beans in the web.xml init-param param-namemapping/param-name param-valueorg.apache.struts.action.RequestActionMapping/param-value /init-param http