def logout(request): rep = redirect("/login/") rep.delete_cookie("user") # Delete the cookie value of the user previously set on the user's ...
確定! 回上一頁