Forum Moderators: coopster
I now found that the shopping cart is randomly filled with items from time to time, there is no apparant pattern to when this occurs only that the items added are items that were earlier added to the cart.
From what I can tell it appears that when I empty the cart, the session is cleared but then when I load a page, data is being put back in to the session!
I am using PHP version 4.3.9. Lycos seem to have disabled a few PHP functions, (sessions are not one of them) not sure if this has anything to do with it.
I have noticed that the session.cookie_lifetime is not set to 0 so the session is not ending when the browser is closed, i am wondering if this has something to do with it.
Does anyone have any idea what the problem is and a possible solution.
That is likely a good start. Also, read through a few past threads here on WebmasterWorld, particularly Session is timing out - how do I increase cookie time? [webmasterworld.com] and the links within to learn more about PHP Session Handling.