將session存到遠端redis中 需要在settings.py配置django快取 CACHES ... 刪除 request.session.clear() # 清空的是值 request.session.flush() # 鍵和 ...
確定! 回上一頁