cbenien

Stories submitted by cbenien

ASP.NET "VaryByCustom" page output caching(codebetter.com)

submitted by cbeniencbenien(10) 4 years ago

With the VaryByCustom feature of the ASP.NET output cache, you can vary the response by server variables, e.g. the Session ID or the user name, without forcing you to put that into the query string. read more...

add a comment |category: |Views: 174

tags: another