Details
-
Bug
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
Trunk, Upcoming Branch
-
None
-
None
Description
ShoppingCartEvents.destroyCart event throws error Session already invalidated (removeAttribute: Session already invalidated) if anonymous userLogin set into the session and this session going to be destroyed.
The reason is clearCart method invalidated the session and after that destroyCart method calls removeAttribute method on same session object.