在 Zen 购物车页面中无法访问 $_SESSION 变量

发布于 2024-11-11 13:08:53 字数 135 浏览 3 评论 0原文

我一直在与 Zen cart 安装文件夹不同的文件夹中使用 $_SESSION 变量。当我在任何文件中设置 $_SESSION 文件夹并尝试在 Zen cart 的 EZ Pages 中访问它时,我什么也得不到。

这个问题有什么解决办法吗?

I have been using $_SESSION variable in different folder than Zen cart installation folder. When I set the $_SESSION folder in any file and try to access it inside EZ Pages of Zen cart I get nothing.

Is there any solution for this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠檬色的秋千 2024-11-18 13:08:53

如果您使用的文件夹与安装 Zen Cart 的文件夹不同,那么您可能不会写入与 Zen Cart 存储其会话数据的会话相同的会话。

Zen Cart 非常安全,并且具有良好的锁定功能以保护其保存的数据。要访问它,您的代码需要包含 Zen Cart 的 application_top 文件。然而,从 Zen Cart 包含文件夹之外几乎不可能做到这一点。

If you're using a different folder to that where you have your Zen Cart installed, then you're probably not writing to the same session as the one where Zen Cart is storing its session data.

Zen Cart is pretty secure and has that well locked down to protect the data it holds. To access it your code would need to include Zen Cart's application_top file. However, that's near impossible to do from outside the Zen Cart includes folder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文