Hi, everyone i'm trying to improve the performance of our site and at the same time i don't want to introduce any security problems. Most of our pages are delievered over SSL (after you log in). While most of the pages don't have any super secure data i'm
sure it could still pose privacy issues. I'm seeing awesome results by utilizing the browswer cache but again i fear of privacy issues. So would you're recommendation be to stay away from client side caching and just use server side output caching because
of privacy / security concerns? Of course i understand static content would be fine to cache but i'm primarily working with the pages themselves.
Second question i have is with output caching. Most of our pages have security checks on the page to validate if you should be going to that page or not. How does that work with output caching? So say you have page1.aspx and you cached it on the server.
Will the security checks still happen or will anyone who is aut ...
Go to the complete details ...