Re: destroy/init sequence

2001-05-10 Thread Craig R. McClanahan
sequence Date: Sun, 06 May 2001 23:13:58 - From: Michael Bergknoff [EMAIL PROTECTED] Does the container maintain session state across a destroy/init sequence? If so is it up to each servlet to serialize or delete any objects stored in the session? For debugging, is it possible to control

Re: destroy/init sequence

2001-05-09 Thread Bo Xu
From: Bo Xu [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: destroy/init sequence Date: Sun, 06 May 2001 23:13:58 - From: Michael Bergknoff [EMAIL PROTECTED] Does the container maintain session state across a destroy/init sequence? If so is it up to each

Re: destroy/init sequence

2001-05-06 Thread Bo Xu
From: Michael Bergknoff [EMAIL PROTECTED] Does the container maintain session state across a destroy/init sequence? If so is it up to each servlet to serialize or delete any objects stored in the session? For debugging, is it possible to control when the destroy method is called? Thanks, Mike

destroy/init sequence

2001-05-05 Thread Michael Bergknoff
Does the container maintain session state across a destroy/init sequence? If so is it up to each servlet to serialize or delete any objects stored in the session? For debugging, is it possible to control when the destroy method is called? Thanks, Mike