dynamic generated menu canching

  • Thread starter Thread starter vikram
  • Start date Start date
V

vikram

I have to design a page which contains a dynamic generated
menu at left side.Menu will be generated once a user log
in and will remain as it is for the rest of the user
session.
Problem is that due to client requirement i have to avoid
using frames and hence menu and the page will be a single
page.
So is there is any way by which the left hande side menu
block can be cached someway so that dynamic generation can
be avoided each time page is refreshed or another page is
diaplyed ?

Thanks
 
Hi Vikram,

make your dynamic generated menu as a user control. So that you can use
"Fragment Caching" to cache your menus and you can use it , for further
rquests.

Cheers,

Jerome. M
 
what if new user logs in or more than one user is working
simaltneously, in that case menu will be different. will
frag caching will take care of it ? does it take care of
session level caching.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top