Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
var-session 在文件系统或数据库中应该是安全的。我的问题是:在哪里可以改变地方?我会将它保存在文件系统中而不是数据库中。一个 cronjob 应该在一个月后将其删除。不幸的是,我找不到更改保存选项的地方。
有人可以帮忙吗?
这不能通过 Magento 管理面板进行配置。虽然您可以更改代码以更改位置,但首选方法是使 /MAGENTO_ROOT/var/session 目录成为指向您喜欢的文件系统中的位置的符号链接。