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
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
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
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
>