ASP.NET MVC, session state and concurrent requests: not what you’d expect September 28, 2010 8 Comments
Using ASP.NET’s session storage and management providers for web applications is a no-brainer. User’s preferences, external API access tokens, uploaded documents, you name it, it usually makes sense. We’ll move it into the database when it gets too big, right? Our new photo book creation and printing service, Poyomi (a little tech intro) uses the […]