KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: michaelwechner on July 26, 2010, 11:20:49 am

Title: logout and shopping cart
Post by: michaelwechner on July 26, 2010, 11: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
Title: Re: logout and shopping cart
Post by: trevor on July 26, 2010, 10: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.