.NET slave - Remove unused objects from the session(madskristensen.dk)
submitted by
javierRomero(1010) 5 years, 6 months ago
The Session in ASP.NET is a very simple way of storing user specific data for the duration of a single user session. I’ve many times added data to the Session that had an even shorter lifespan. That could be as a data store for properties on AJAX enabled web pages and those properties don’t belong in the session after the visitor navigates to another page on my website. To clean up, I would then delete those session objects that no longer is in use.
|category: ASP.NET
|Views: 13
tags:
Session ASP.NET another
Everyones tags:
Your Tags: