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
  • 1383
  • 524

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)