如何重命名会话文件?

发布于 2024-11-16 16:41:35 字数 138 浏览 0 评论 0原文

我想创建在线会员和访客柜台。我将会员会话保存在一个文件夹中,将访客会话保存在另一个文件夹中。我可以简单地通过计算会话文件来获得来宾的数量,但是对于成员,我想获得一个包含在线成员姓名的列表。

有什么方法可以将 PHP 中的会话文件名更改为用户名吗?

I want to create and online members and guests counter. I save the members sessions in a folder and the guests sessions in another folder. I can get the number of guest simply by counting the session files, but with the members I want to get a list with the name of the members online.

Is there any way to change the session file name to the user`s name in PHP ?

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

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

发布评论

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

评论(1

贪恋 2024-11-23 16:41:35

您必须定义自己的会话处理程序。

有关详细信息,请参阅 session_set_save_handler。有一个代码示例,您可以轻松地适应您的需求。

You have to define your own session handler.

See session_set_save_handler for details. There's a code sample you can easily adapt to your needs.

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