michael-e / storage

Symphony extension to manage session storage
9 stars 6 forks source link

Event filter: Drop from storage #53

Closed michael-e closed 11 years ago

michael-e commented 11 years ago

When building shopping carts, you might want to drop all cart items when an order has been saved successfully. Right now, this is only possible by redirecting to a "drop URL" (which uses an appropriate GET param).

It would be nice to have an event filter to do this.

I will push this addition soon.

michael-e commented 11 years ago

That should do it.