Re: Session is forgetting?

2018-03-08 Thread Mike Hostetler
In case anyone is following along... it seems like the cart isn't saved in the DB. The ID is in the session but for some reason isn't saved. I did put a safeguard around the ID in cache (so cache the cart's ID as well as store it in the session) and that seems to help but not solve the problem.

Session is forgetting?

2018-03-06 Thread Mike Hostetler
Not sure if anyone is still on this list but I'll give it a shot... I still have a customer on Satchmo (they haven't been willing to pay for a rewrite to something else). Naturally they have had problems with old TLS on their payments provider. I moved them to ActivePython 2.6 and the gunicorn ser