Policy Injection Application Block asp.net Caching

  • Thread starter Thread starter joyce
  • Start date Start date
J

joyce

if I use enterprise library to do asp.net caching, should I still use
session variables?

thanks,
Joyce
 
Hello joyce,

yep. why not?
Session vars are for the current session not the all app instance

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

j> if I use enterprise library to do asp.net caching, should I still use
j> session variables?
j>
j> thanks,
j> Joyce
 

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