 (kod w ProjectHome.aspx)
 <%@ OutputCache Duration="60" VaryByCustom="SystemAccess" VaryByParam="None"%> 
          

 (plik Global.asax w gwnym katalogu aplikacji)

 Public Overrides Function GetVaryByCustomString(HttpContext context, string custom)
   Return Ctype(Session("SystemAccess"), string) 
 End Function 