Forums / Setup & design / Speed up site with larger value for session timeout

Speed up site with larger value for session timeout

Author Message

Valentin Svelland

Monday 01 December 2003 6:18:52 am

My site has a lot of pages that are seldom visited, and so they usually have to be re-cached when someone visit due to the fact that the page is no longer cached...

I'm wondering how to prolong caching of these pages, and speed up more of my site. (I'm already using cache blocks and all caching techniques are enabled - I think)

My question:
Is it possible to speed up my site by setting a new value for the session timeout variable in site.ini? I'm planning to set the session timeout to 30 days (2592000 seconds) instead of standard 3 days..

Will this work?? Or are there reasons why this should not be a solution??