我使用以下内容设置一些数据:
Mage::getSingleton('core/session')->setData('amprevnext_collection_ids', array_values($ids));
它包含一组id,
尝试检索数据时
Mage::getSingleton('core/session')->getData('amprevnext_collection_ids')
它没有返回任何值,我通过尝试将核心更改为客户进行测试,
我还使用了$_SESSION
,作为回报,它也是空的。