Using sessions in post requests django

I am currently trying to code my first website. I have a post request taking in answers from a form. I then try to save this information into the session and this doesn’t seem possible. Even when just editing the session data inside the request it doesn’t seem possible and I also can’t print to debug, this could be a stupid question as I am very inexperienced but I cannot find any solution or a reason why?

Вернуться на верх