Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Stefan 13 posts 53 karma points
    Jan 06, 2014 @ 07:50
    Stefan
    0

    Strange Session behaviour

    Hi, 

    currently I have a strange session behaviour with uCommerce. Sometimes it happens that I clear the browser data (cookies, cache...), restart the IIS and when I create a new basket the old shipment and payment information is still there. 

    I am debugging with Visual Studio 2013 and Internet Explorer 11. And I am using the Webserver of Visual Studio. 

    Can someone explain to me, how uCommerce uses the Session and what I should do to get rid of the old information? In Chrome Browser everything works as expected.

    Thanks for your help,

    Stefan

  • Morten Skjoldager 440 posts 1499 karma points
    Jan 06, 2014 @ 10:19
    Morten Skjoldager
    0

    Hi Stefan, 

    Shipment and payment information is persited on the basket (which is just a PurchaseOrder with status basket). The basket identifier for the user is stored in a Cookie. 

    Clearing the basket should also remove references to shipping and payment information. We do not store anything but the cookie in sessions. 

    How do you get selected basket and shipment information ? Through webservices? I've often seen webservice calls cached in Internet Explorer, but not in chrome.

    Hope this helps.

    Morten 

  • Stefan 13 posts 53 karma points
    Jan 06, 2014 @ 11:21
    Stefan
    0

    Hi Morten, 

    thanks for your help. We create a new basket through Web API calls. In this case Shipment and Payment information exist even if we have deleted the cookies. 

    In Chrome everything is fine. 

    Thanks,

    Stefan

     

  • Morten Skjoldager 440 posts 1499 karma points
    Jan 06, 2014 @ 14:10
    Morten Skjoldager
    0

    Can you paste what you're doing to create a new basket? 

    Are you sure that values aren't cahced from the browser :) ? 

Please Sign in or register to post replies

Write your reply to:

Draft