Michael Jouravlev wrote the following on 7/28/2005 4:30 PM:

Ahem, actually I am all in for sessions. I just don't see why it
storing stuff in an action form with session scope is universally
frowned upon, while sticking same stuff directly into session is OK
;-)

Most seem to frown on both scenarios. Personally, I like the Session:) The concept of the "session cleanup" tool has been talked about so many times on this list, but I've yet to see an easy implementation of it. For me, I'd rather use the Session until some manager starts complaining that the app has performance issues (and even then I'd probably add more RAM vs throw away my reliance on the Session:)

For a wizard like Werner initially described, I'd use a Session based form in a heart-beat. I use session scoped forms and they work wonderfully.

--
Rick

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

Reply via email to