Different SessionID same sessione data ??

Discussion in 'ASP.NET / ASP.NET Core' started by Josa, Apr 25, 2012.

  1. Hi

    I have a simple webshop app, i use the session to store the cart, on another computer the cart contents are the same .
    so ,if i add items to the cart on PC A then the cart on PC B is also changed.

    I added a label to show the SESSIONID, but they are different on both PC's
    So if the Session ID's are different, why is the session content the same ?

    Is There something wrong when deploying on IIS7 ? W7/px64 ?

    I' can't find a solution so far, and neither have an explanation why this happens.

    Johan
     

Share This Page