HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Link 129412 thumbnail
User 225256 avatar

By mswatcher
via weblogs.asp.net
Published: Oct 29 2008 / 10:46

I have seen several developers including myself using Session a lot. Session is a wonderful way to keep stuff cached per user in a Web application. But I get scared when I see developers putting large search result into a Session or adding everything from a tiny byte to a large megabyte object. Session will by default be stored in processes, so it will take up the server memory. It's easy to use tools or do a simple math to calculate how much memory my objects will take up times the numbers of users of the system
  • 12
  • 0
  • 1792
  • 0

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (12)



Voters Against This Link (0)