1 - Avoid putting stuff in the session
or
2 - Name all your apps attrs with the same prefix.
Have pages where the state of the session is known to
be clean - in these clear everything with your prefix.
I've got code for looping thru getting names/items in
the session if you ask for it. (It's not very
difficult).
Keith.

--- Peter Wong <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> If a session scope action has an associated form
> bean, it will be
> bound to http session once the action is invoked.
> If a user does not navigate to a "natural exit
> point" so that it can
> be explicitly removed in application code, there
> could be unnecessary
> form beans in session.
> Are there any strategies to deal with this?
> 
> Thanks.
> 
> Peter
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to