RE: Strategies for Clearing Session Objects

2004-05-27 Thread Hookom, Jacob
Mike Duffy [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 9:05 PM To: [EMAIL PROTECTED] Subject: Strategies for Clearing Session Objects System performance will obviously increase if unnecessary objects are cleared from the session. I'd be interested in the strategies used by members

RE: Strategies for Clearing Session Objects

2004-05-26 Thread None None
design work unfortunately). From: Mike Duffy <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Strategies for Clearing Session Objects Date: Wed, 26 May 2004 19:04:52 -0700 (PDT) System performance will obviously incr

Strategies for Clearing Session Objects

2004-05-26 Thread Mike Duffy
System performance will obviously increase if unnecessary objects are cleared from the session. I'd be interested in the strategies used by members of this list to clear unnecessary objects from the session. I think the most basic solution is not to clutter the session in the first place, but