• Jérome Perrin's avatar
    commerce: update session after modifying shopping cart content · bf6d7927
    Jérome Perrin authored
    when using a RAM cache for session, we can modify the temp objects directly
    and the changes are kept, because the same object kept in RAM is accessed by
    subsequent requests, but when using memcached every request get a different
    object, so we need to put back the object in the session so that the new
    version is saved in cache, so that subsequent requests use the modified object
    bf6d7927
Resource_addToShoppingCart.py 2.1 KB