0

I have a ShoppingCart to store items for User. Now I want when each time User log-out, it will be clear a ShoppingCart of that User! What's function I will use in this situation? Thanks.

Trung Pham
  • 233
  • 2
  • 6
  • 19

1 Answers1

0

See this post.

Alternately, depending on the situation, you can clear out the session on start/login of your application. I use this approach as well.

Community
  • 1
  • 1
aw04
  • 10,857
  • 10
  • 56
  • 89