Chas,
I can't say that I'd concider myself a "big boy" in the software world, but I've written some pretty large applications. In most cases, persisted data is written to a database. The session is used mostly for user state maintenance. I put small things in there: user id, on-the-fly settings, etc. Seldom to never do I put in objects. Anything of substance gets persisted to a "permanent" medium like a file (xml) or the DB.
|