Enable all caches except asp net output cache

Posted by Timmy O' Tool on Stack Overflow See other posts from Stack Overflow or by Timmy O' Tool
Published on 2010-03-25T21:30:25Z Indexed on 2010/03/26 0:53 UTC
Read the original article Hit count: 345

Filed under:
|

Hi I have different urls that points to the same code

www.url1.com www.url2.com

I need to use the cache, but if the asp net cache is enabled when someone access to www.url1.com next person accessing www.url2.com could get the previously cached data (www.url1.com)

I need to have ALL caches activated except this one.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about cache