Re: Best Practice : session vs. request attributes

2003-11-06 Thread Vic Cekvenich
Is it OK using session attributes (performance, memory, etc. ), even if you make sure session attributes are removed when no more needed ? I ALLWAYS use session for form bean and then clean up. I allways use request for read only beans (c:out, display tag, etc.) And there is a non-standard thing I

Re: Best Practice : session vs. request attributes

2003-11-06 Thread Frederic Dernbach
Vic, Thanks for the input. I will use session-context forms. Things will be easier in terms of design. Fred Le jeu 06/11/2003 18:48, Vic Cekvenich a crit : Is it OK using session attributes (performance, memory, etc. ), even if you make sure session attributes are removed when no more