php - Ask about codeigniter session for Cart -


today have problem cart in codeigniter.

at localhost thats fine when add products cart bag, no problem detected. after upload server, problem, must refresh page load products in cart bag. when remove product cart bag same problem. must refresh , refresh view product in cart bag.

why problem occur?

finally, solve problem using php native session, replace ci session php native session , problem solved. but, can php native session stored in database? ci session? know, session can store max 4kb. afraid session can not store product item in cart bag.

sorry if english bad. :)

i have tried using other browsers chrome , opera. problem still occur.

thanks response friends.. appreciate it.. :d

you can try here

it issue same code igniter error issue. redirection problem in index function of controller. after remove , add product redirect @ index function of controller. think it.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -