我想在用户注销时做一些自定义功能,所以我连接到客户注销事件,并添加了一个观察者。
这是config.xml中的配置
<customer_logout>
<observers>
<cwmyaccount>
<type>singleton</type>
<class>KrtMalta_Myaccount_Model_Observer</class>
<method>setRegularCustomer</method>
</cwmyaccount>
</observers>
</customer_logout>
但是,即使在会话超时时,我也希望执行我的自定义功能。我查了谷歌和 Magento 文件,但几乎没有成功。是否有可能以某种方式连接到会话超时?