Saya berjuang dengan sesi Magento 2. Saya telah membuat file pengontrol di bawah ini sebagai kode sampel. <?php namespace vendor_name\module_name\Controller\SetGetSession; use Magento\Framework\App\Action\Action; class SetGetSession extends Action { protected $customerSession; public...