Re: Request-scoped objects and sendRedirect()

From: J. VerSchave (carlisle411_at_yahoo.com)
Date: 03/17/04


Date: 17 Mar 2004 08:19:42 -0800


>
> Levels of scope: request -> session -> application -> page
> Why can't you use session scope?

If I could magically do what I wanted with a request scoped object, I
wouldnt have to deal with cleanup etc of it after all the redirecting
is done. Since it seems like I may have to use session scoped
objects, now I have to make sure cleanup is done after each
transaction is complete.