The problem is that I have ZfcUser module, which stores some data in its own containers in $_SESSION array, and i storing shopping cart items and some other data in separated containers inside $_SESSION. Then I logging out via ZfcUser, and my $_SESSION array becomes totally empty, so my shopping cart becomes empty too.
How can I fix that?
The problem is that I have ZfcUser module, which stores some data in its own containers in $_SESSION array, and i storing shopping cart items and some other data in separated containers inside $_SESSION. Then I logging out via ZfcUser, and my $_SESSION array becomes totally empty, so my shopping cart becomes empty too.
How can I fix that?