使用 Kohana 3 Profiler 显示会话、帖子等数据?

发布于 2024-10-16 14:53:36 字数 123 浏览 0 评论 0原文

我正在开始使用 Kohana,但尚未找到使用分析器在页面上显示会话、cookie、帖子和服务器变量的方法。当出现异常时,默认错误视图会向您显示问题所在,并默认在底部公开此环境数据。

有没有办法让探查器共享相同的信息?

I'm getting started with Kohana and haven't found a way to display session, cookie, post and server variables on a page with the profiler. When there's an exception, the default error view shows you what's wrong and exposes this environment data by default at the bottom.

Is there anyway to get the profiler to share the same info?

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

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

发布评论

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

评论(1

雨轻弹 2024-10-23 14:53:36

探查器不显示 Kohana v3 中的全局数据。您必须创建一个不同的视图(或复制 system/views/profiler/stats.php 并编辑)才能显示此附加信息。

默认情况下,此信息不会显示在探查器上,因为如果会话包含私有数据或 $_POST 包含密码等,则可能会存在安全风险。

The profiler does not show global data on in Kohana v3. You would have to create a different view (or copy system/views/profiler/stats.php and edit) to show this additional information.

By default, this information is not shown on the profiler because it can be a security risk if the session contains private data, or $_POST contains a password, etc.

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