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.
大家好,我已经下载了最新版本的 joomla,我正在尝试分析它的会话,但会话名称和 getsession() 有问题。
因为所有会话名称都是 (4109fdb14b2662cce79b856bc4d72ed3)
所以我的问题是这个值是从哪里来的?还有一件事...... getsession 在哪里定义?
实际上,Joomla 依赖 PHP 来处理会话 ID/会话。
另请参见session_id()。
正如评论中指出的那样,看看这个JSession类。
JSession
利用
$session_name = JFactory::getSession()->getName();