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.
可変セッション($ _session)を使用したいのですが、Drupal7では機能しません。可変セッションを保存するためのDrupal7の可能性は何ですか。
自分のモジュールで $_SESSION 変数を使用しても問題ありません。データに対して一意のサブキーを作成することを忘れないでください。
$_SESSION['mydata'] = array(of your data);