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 but what is happening
is when the first character in this form then past possible matches
appear
in that field.

I want to remove any past possibilities appearing. This may be a linux
setting as opposed to a pylons setting I dont know:

I know windows has something like:

<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="expires" VALUE="0">

I hope I have explained myself and I apologise for any confusion. Just
would like to know how I would accomplish this.

Much appreciated,
Garyc


On Feb 7, 12:13 pm, Jonathan Vanasco <[email protected]> wrote:
> 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 to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to