M
Mark
Output caching is a wonderful thing - but it apparently makes no
distinctions among users. What would be good way to output cache a page per
user? In my ASP.NET Web application authenticated users see things
differently than unauthenticated users. I'd like to be able to cache the
pages so that the different user types see output only relevant to their
security access level.
Any ideas?
Thanks.
distinctions among users. What would be good way to output cache a page per
user? In my ASP.NET Web application authenticated users see things
differently than unauthenticated users. I'd like to be able to cache the
pages so that the different user types see output only relevant to their
security access level.
Any ideas?
Thanks.