Mono Support purging cache 

Viewed 10224 time(s), 2 post(s), 2/11/2014 8:59:24 AM - by nasman
2/11/2014 8:59:26 AM
845 Reputation 93 Total posts

Hi,

We are testing our new website. we are facing an issue that application cache folder is growing rapidly. There are thousands of folders in the cache folder. It's very difficult for us to sync the website across different servers. Is there any way that we can automatically purge the cache on regular basis?

Many Thanks,

1
2/11/2014 10:41:02 AM
2218 Reputation 300 Total posts

The ViewState folder should be automatically cleaned at certain point (after a session expires). You could of course manually delete older entries after certain time however you can never be certain if you are killing someones session while doing so. I also recommend that you switch from DiskProvider to SqlProvider instead.

Regards

2
This is a demo site for MonoX. Please visit Mono Software for more info.