Partial page caching by user

W

wapsiii

I have a user control that varies by user
(HttpContext.Current.User.Identity.Name)

Is it possible to cache the user control for every user?

Mort
 
G

Guest

It would probably be easier to cache it in Session, since that's already
user-specific, unless there is some overriding concern or need that makes it
necessary to use Cache.
Peter
 

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

Top