Re: Request-scoped objects and sendRedirect()
From: J. VerSchave (carlisle411_at_yahoo.com)
Date: 03/17/04
- Next message: Alex Hunsley: "Re: Rules for constructors"
- Previous message: Alex Hunsley: "Rules for constructors"
- In reply to: hiwa: "Re: Request-scoped objects and sendRedirect()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Alex Hunsley: "Re: Rules for constructors"
- Previous message: Alex Hunsley: "Rules for constructors"
- In reply to: hiwa: "Re: Request-scoped objects and sendRedirect()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]