Author Topic: logout and shopping cart  (Read 371 times)

michaelwechner

  • Sr. Member
  • ****
  • Posts: 110
    • View Profile
logout and shopping cart
« on: July 26, 2010, 05:20:49 AM »
Hi

I have noticed that if one is doing a logout

http://www.konakart.com/javadoc/server/com/konakart/appif/KKEngIf.html#logout(java.lang.String)

then it seems that also the shopping cart is deleted, although I am still refering it with a negative customer ID
which I remember within the http session.

Is this on purpose and maybe am I doing something wrong?

Thanks

Michael

trevor

  • Administrator
  • Hero Member
  • *****
  • Posts: 495
    • View Profile
    • KonaKart
Re: logout and shopping cart
« Reply #1 on: July 26, 2010, 04:04:52 PM »
The shopping cart doesn't get deleted when logging out. Try registering on our online demo and adding something to the cart. You'll see that it is persisted when you log out.