i think it's not so good a idea to cache such pages,because you perhaps have
so many users or roles in your system, so you must cache many copy in your
memory. these maybe can broken down you server
if you have only some few roles in your system, you can cache you pages
varing by encypted roles in querystring
> Hello,
>
> I am working on a XML based portal system and was looking for ways to improve upon its performance. Can anybody give me some insight on how to do
output caching of a page (which is build of controls) and manage
authentication whith the same.
> I mean how can you cache content but at the same time can take care of authentication..
> Can anyone suggest me the best way to go about it
>
> Thankd in advance
> Anamika