Output cache is not working with Forms Authentication
description
Hello,
Thanks for working on this. I was trying to play around with the page output caching.
When I added:
<add name="MemcachedModule" type="MemcachedProviders.Util.MemcachedModule, MemcachedProviders" />
to the httpModules section in the config, my project starts, but doesn't work right. I can't log in properly (get past the log in page).
How exactly does it work as in,
-how do you tell it to cache a particular page?
-how long will it cache it for?
Thank you