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 中创建自定义会话:
$session =& JFactory::getSession(); $session->set( 'myvar', '123' );
此外,我正在我的网站中集成虚拟商家支付网关。但是重定向到虚拟商家后它会被破坏吗?
任何原因?在这种情况下,我该如何保护我的会话?