If you use cookies for shopping cart, do you not use the current cookie and then add related product information to the database? However, if you use cookies, for the first time, I cannot add it. it takes two times. Is there a good solution. ------ Solution ------------------ it is recommended that & nbsp; write cookies in the client & nbsp; and then get the cookie on the server for shopping cart.
If you use cookies for shopping cart, do you not use the current cookie and then add relevant product information to the database?
However, if a cookie is used, it will not be added for the first time. it will take two times. Is there a good solution.
------ Solution --------------------
We recommend that you use js to write cookies on the client.
Then the server retrieves and stores the data.
If you write a cookie on the server
Then, do not use the $ _ COOKIE variable, which is indeed not available.
Instead, use your initial variable.
------ Solution --------------------
I am using cookies for shopping cart, but all operations are front-end operations.
If you want to add a cookie and write data to the background, you can only use ajax to submit data.
------ Solution --------------------
Add it twice. we recommend that you paste the code.
------ Solution --------------------
Reference:
If no event is triggered on a page, can the server obtain the cookie value transmitted by js?
You can use the setinterval () provided by JS to solve this problem.