Welcome Guest, Not a member yet? Register   Sign In
Unable to add more than 10 items to cart
#2

[eluser]skunkbad[/eluser]
If it were me, I'd store the cart in a secondary cookie that is dedicated to the cart, and nothing else. The problem with CI's cookie based session is that it is potentially serializing and encrypting a lot of unrelated data. You can easily run out of space. Using the database is another option, but then you are adding one more query for every pageload, which I think is a waste of a query. If CI was really smart, it would create more cookies to handle the session when the first is too full.


Messages In This Thread
Unable to add more than 10 items to cart - by El Forum - 07-22-2012, 08:27 PM
Unable to add more than 10 items to cart - by El Forum - 07-22-2012, 09:56 PM
Unable to add more than 10 items to cart - by El Forum - 07-22-2012, 10:11 PM
Unable to add more than 10 items to cart - by El Forum - 07-23-2012, 09:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB