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' );
また、仮想マーチャント支払いゲートウェイを自分のサイトに統合しています。しかし、仮想商人にリダイレクトされた後、それは破壊されていますか?
何らかの理由?そして、どうすればそのような状態でセッションを保護できますか?