如何重命名PHPSESSID? [英] How to rename PHPSESSID?

查看:98
本文介绍了如何重命名PHPSESSID?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

想知道如何将php会话ID从PHPSESSID更改为其他名称,以便它不会干扰在相同域上运行的其他PHP脚本.这可能吗?

Wondering how I can change the php session id from PHPSESSID to something else so that it does not interfere with other PHP scripts running on the same domain. Is this possible?

谢谢您的时间

推荐答案

有关 session_name session_start

See this link for PHP runtime configuration. The variable you are looking for is session.name. You can also alter this programmatically by calling session_name before any call to session_start or session_register.

这篇关于如何重命名PHPSESSID?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆