session-variables

Django session variables not saving when back button clicked

Django session variables not saving when back button clicked Question: On my page i am trying to implement a recently viewed section on my home page. The problem is when I append a new item to request.session["recently-viewed"], the item i just viewed gets deleted from the list when i load a new page. The item …

Total answers: 1