Re: [Webware-discuss] forward() and Session mgmt

2008-01-29 Thread Ben Parker
Christoph Zwerschke wrote on 1/27/08 2:38 AM: > Christoph Zwerschke schrieb: > >> Ben Parker wrote: >> >>> Calls to forward() will invoke the complete awake/respond/sleep cycle >>> within the outer awake/respond/sleep cycle of the parent transaction. >>> This means that if a servlet forw

Re: [Webware-discuss] forward() and Session mgmt

2008-01-27 Thread Christoph Zwerschke
Christoph Zwerschke schrieb: > Ben Parker wrote: >> Calls to forward() will invoke the complete awake/respond/sleep cycle >> within the outer awake/respond/sleep cycle of the parent transaction. >> This means that if a servlet forwards a request to another servlet, then >> the session will be aw

Re: [Webware-discuss] forward() and Session mgmt

2007-12-18 Thread Christoph Zwerschke
Ben Parker wrote: > Calls to forward() will invoke the complete awake/respond/sleep cycle > within the outer awake/respond/sleep cycle of the parent transaction. > This means that if a servlet forwards a request to another servlet, then > the session will be awakened twice and put to sleep twice

Re: [Webware-discuss] forward() and Session mgmt

2007-12-17 Thread Chuck Esterbrook
On Dec 17, 2007 12:31 PM, Ben Parker <[EMAIL PROTECTED]> wrote: > Hey all - > > Calls to forward() will invoke the complete awake/respond/sleep cycle > within the outer awake/respond/sleep cycle of the parent transaction. > This means that if a servlet forwards a request to another servlet, then >