Re: How can I disable caching in Satchmo

2012-11-10 Thread Paul Walsh
Great Mike, thanks for helping out, I appreciate it. *Paul Walsh* 0543551144 On Fri, Nov 9, 2012 at 4:34 PM, Mike Hostetler wrote: > I'm finally getting back to you. . . > > I had to hunt a bit but the items about caching configuration is here: > http://www.satchmoproject.com/docs/dev/settings

Re: How can I disable caching in Satchmo

2012-11-09 Thread Mike Hostetler
I'm finally getting back to you. . . I had to hunt a bit but the items about caching configuration is here: http://www.satchmoproject.com/docs/dev/settings.html if you search for "CACHE_BACKEND" you will find see it. CACHE_BACKEND is an old-style configuration. When I did that (with Memcache) I

Re: How can I disable caching in Satchmo

2012-11-08 Thread Paul Walsh
Thanks Mike, this is helping a great deal. Seeing as caches like Memcached, Redis, are systems that by design can lose data, in preference for speed, using this for CC details is to me a very strange design decision, and I sure wish I knew about that via the documentation. I don't mind using a DB

Re: How can I disable caching in Satchmo

2012-11-08 Thread Mike Hostetler
I found the cache requirement in the code -- I was debugging why we were getting an occasional stopped transaction (transactions were saved as LINKED) and discovered that it how it worked. This was a problem with Memcache -- Memcache was working but once in a while I would have a cache miss on the

Re: How can I disable caching in Satchmo

2012-11-08 Thread Paul Walsh
Thanks Mike, Where did you find this information about the credit card info + cache? For the life of me, I can't find anything in the docs about this. I am not feeling the love for the Satchmo docs for a bunch of reasons right now but anyway, I digress. It is not that I don't want to use cac

Re: How can I disable caching in Satchmo

2012-11-08 Thread Mike Hostetler
I'm surprised no one answered this. I'll take a shot . . You can't. Or you can, but then you can't sent credit card info to the payment processor. One of the decisions made in Satchmo was to use the cache to persist the credit card number from one screen to the next. I'm not going to express my op

How can I disable caching in Satchmo

2012-11-07 Thread Paul Walsh
I want to disable caching in Satchmo, in production. I can't find anything in the docs that explicitly declares how I can managing Satchmo's caching. I'd love a pointer to the right place in the docs, if there is one, and also if anyone know hows I can disable caching. -- You received this m