Whilst developing with classic ASP I was always under the impression that the less you made use of session variables the better for scalability and performance reasons. I understand that entire db’s aren’t stored on the users machine as mentioned in the article but I have read a lot of .Netters suggesting storing whole datasets in session variables between page requests. Is this good practice?