gpt4 book ai didi

python - Django、Apache 和 session

转载 作者:太空宇宙 更新时间:2023-11-04 06:32:56 25 4
gpt4 key购买 nike

如何保证Apache重启(或停止再启动)后session不被清除?

因为当我升级我的源代码并重新启动 Apache 时,我刷新了网页,然后我必须重新登录。 session 丢失。

Session 存储在 Memcache 中。不知道它是如何以及为什么被清除的。如何保留 session ,使用户在 apache 重启后不需要登录?

最佳答案

根据Django documentation .

For persistent, cached data, set SESSION_ENGINE to "django.contrib.sessions.backends.cached_db". This uses a write-through cache – every write to the cache will also be written to the database. Session reads only use the database if the data is not already in the cache.

关于python - Django、Apache 和 session ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14830889/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com