You need to call del request.session['key'] to delete data from session. So try like this: def fourth_form_submission(request): ...
確定! 回上一頁