Adam Lee wrote:
well, it depends on what you mean by scalability... i'm personally of the opinion that traditional sessions should be avoided if you want to truly scale.
And yet, everyone wants dynamic pages custom-generated to the user's preferences. So how do you reconcile that? You can help things a bit by splitting pages into iframe/image components that do/don't need sessions, and you can make the client do more of the work by sending back values in cookies instead of just the session key, but I'm not sure how far you can go.
-- Les Mikesell [email protected]
