View Single Post
  #1  
Old 01-22-2004, 10:46 AM
 
machnhed1 machnhed1 is offline
 

eXpert
  
Join Date: Feb 2003
Location: Illinois
Posts: 274
 

Default Template Caching for Secure Pages

Does anyone else notice that secure page templates are cached in such a way so that when they are updated it takes about 1 hour for the template to reflect the changes? I am doing some template editing and would like to see the changes immediately.

I am betting this is a smarty setting, however, I haven't see where to change it. I have tried changing the following settings in my smarty.class.php file, but with no luck

SETTINNGS
var $compile_check = true;

var $force_compile = false; (tried setting it to true also)

var $cache_lifetime = 3600; (tried setting this to 0)


Thanks in advance for any help
__________________
Following the signature guidelines : xcart pro 3.5.8 - [RedHat]
Reply With Quote