Re: How to disable template Mako caching in Pylons 1.0?

2010-11-19 Thread Lance Edgar
of another-user data, or even another rendered pages) Is it possible to fully disable mako templates caching in Pylons 1.0 like cache_enabled = F/false (not worked in 1.0) I've also wondered what the proper way might be to do this. Here's what I've done as a workaround in the meantime

How to disable template Mako caching in Pylons 1.0?

2010-11-16 Thread Alexander Zhabotinskiy
to fully disable mako templates caching in Pylons 1.0 like cache_enabled = F/false (not worked in 1.0) Single user works with system perfectly, please help -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email

Re: Caching in pylons?

2010-02-08 Thread gazza
Hello, I can just use the autocomplete=off for selected fields. Thanks, garyc On Feb 7, 9:19 pm, Jonathan Vanasco jonat...@findmeon.com wrote: On Feb 7, 8:32 pm, Mike Orr sluggos...@gmail.com wrote: You may be observing a different phenomenon, where the browser saves the values input

Re: Caching in pylons?

2010-02-08 Thread Jonathan Vanasco
On Feb 8, 9:16 am, gazza burslem2...@yahoo.com wrote:  I can just use the autocomplete=off for selected fields. i didn't know browsers respected that. neat! with the prefix concept above, every request would have a different prefix... so autocomplete/autofill wouldn't know how to use browser

Caching in pylons?

2010-02-07 Thread gazza
Hi, I want to remove any caching of selected pages? How is this accomplishing in pylons? Much appreciated, Garyc -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-disc...@googlegroups.com. To

Re: Caching in pylons?

2010-02-07 Thread Jonathan Vanasco
beaker has an invalidate call which will expire the cached it. if you're trying to turn caching off for the pages, caching is explicit -- so just don't call it. -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email

Re: Caching in pylons?

2010-02-07 Thread gazza
Hi, Much appreciated the answer. I basically dont want any past data entered in my forms to reveal themselves in future i.e credit card information for example. What I am seeing is that is that when I pull up my form (running 0.9.7 pylons on linux) I dont see the past information that was entered

Re: Caching in pylons?

2010-02-07 Thread Mike Orr
On Sun, Feb 7, 2010 at 5:08 PM, gazza burslem2...@yahoo.com wrote: Hi, Much appreciated the answer. I basically dont want any past data entered in my forms to reveal themselves in future i.e credit card information for example. What I am seeing is that is that when I pull up my form (running

Re: Caching in pylons?

2010-02-07 Thread Jonathan Vanasco
On Feb 7, 8:32 pm, Mike Orr sluggos...@gmail.com wrote: You may be observing a different phenomenon, where the browser saves the values input into forms, and offers to re-enter them later if the form looks similar enough. This is not related to the cache settings. It's related to the