Skip to content

Instantly share code, notes, and snippets.

@ko31
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ko31/dc958e9fabdb4ef9d781 to your computer and use it in GitHub Desktop.
Save ko31/dc958e9fabdb4ef9d781 to your computer and use it in GitHub Desktop.
【EC-CUBE】独自のセッション情報を追加する
// セッションに値を設定
$objSess = new SC_Session_Ex();
$objSess->SetSession('my_var', 'test');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment