views:

49

answers:

1

Building pizza delivery site. Currently using: Language: PHP Framework: codeigniter class: Cart Class

Autoloaded: session

Products can be easily added into the cart in FF,safari,chrome. but does not seem to be working in Internet Explorer.

Tried all solutions posted on the codeigniter forums but nothing works.

A: 

Tried all solutions posted on the codeigniter forums but nothing works

Sadly I haven't got a couple weeks to trawl through "all solutions posted on codeigniter forums" and even then it would be a waste of time since any worthwhile answer to the problem would describe how to diagnose the specific problem, not just how to fix it; I have access to your systems to run diagnostics myself.

Get hold of iehttpheaders or wireshark and check what's happening to the session cookies.

And do make some time to read this article

C.

symcbean