Jadeler wrote:

To better maintain all the data, I am opting not
having alot of session variables but instead maintain
one object that will contain all data needed and store
that in a session. [...]

Do you guys do something similar or any other recommendations?
I generally do something similar.

For one reason, I can encapsulate state within a single object when I can then use for testing.

Dave



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

Reply via email to